File tree Expand file tree Collapse file tree 3 files changed +28
-7
lines changed
Expand file tree Collapse file tree 3 files changed +28
-7
lines changed Original file line number Diff line number Diff line change @@ -333,12 +333,10 @@ finish TODO
333333每个设计原则给两个函数式编程的案例
334334
335335
336- ** TODO 基础
336+ ** TODO draft
337337
338338
339-
340-
341- ** TODO 单一职责原则
339+ ** TODO update
342340
343341
344342
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ https://www.google.com/search?q=functional+reactive+programming+event+driven&new
256256
257257
258258
259- # 第二版
259+ # 第二版(or 第二本书:《3D编程模式2》?)
260260
261261
262262
@@ -318,12 +318,25 @@ Stream Load
318318[ Stream Virtual Texture] ( https://www.google.com/search?q=virtual+texture+streaming&newwindow=1&sxsrf=AJOqlzU1-4v5_WVUiCerrN-9d2ogvWKUFQ%3A1679303314252&ei=kiIYZLCGD7rEkPIPr6WByA8&oq=Virtual+texture+Stream&gs_lcp=Cgxnd3Mtd2l6LXNlcnAQAxgAMggIABCABBDLATIICAAQgAQQywEyBAgAEB4yBAgAEB4yBggAEAUQHjIGCAAQBRAeOgUIABCABEoECEEYAFAAWOQNYIsbaABwAXgAgAHIAogB9hCSAQUyLTIuNZgBAKABAcABAQ&sclient=gws-wiz-serp )
319319
320320
321+ - 脚本模式
322+ 案例:
323+ story_before
324+ use setTimeout to insert user logic
321325
326+ story_improve
327+ use script with hook
322328
323- - 单文件模式
324329
330+ - scene graph模式
331+
332+ - 场景包模式
333+ AssetBundle
325334
326335
336+ - 单文件模式
337+
338+
339+ <!--
327340- 单元测试模式
328341
329342
@@ -337,7 +350,7 @@ story after:
337350bdd(cucumber)+jest
338351
339352
340-
353+ -->
341354
342355- UI测试模式
343356
Original file line number Diff line number Diff line change @@ -97,12 +97,22 @@ console.log用于要在运行结果中打印信息
9797** TODO 文中的示例代码加入更多的注释
9898
9999
100+ ** TODO 使用第三方库的代码时,说明
101+ 如:使用Map作为Hash Map时,说明来自immutable
102+ ECS模式
103+
104+
105+
106+
100107
101108** TODO package.json supply dependencies, devDependencies?
102109e.g. most, commonlib
103110
104111
105112
113+
114+
115+
106116* TODO 修改UML
107117
108118** TODO 简化UML
You can’t perform that action at this time.
0 commit comments