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
333
333
每个设计原则给两个函数式编程的案例
334
334
335
335
336
- ** TODO 基础
336
+ ** TODO draft
337
337
338
338
339
-
340
-
341
- ** TODO 单一职责原则
339
+ ** TODO update
342
340
343
341
344
342
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
256
256
257
257
258
258
259
- # 第二版
259
+ # 第二版(or 第二本书:《3D编程模式2》?)
260
260
261
261
262
262
@@ -318,12 +318,25 @@ Stream Load
318
318
[ 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 )
319
319
320
320
321
+ - 脚本模式
322
+ 案例:
323
+ story_before
324
+ use setTimeout to insert user logic
321
325
326
+ story_improve
327
+ use script with hook
322
328
323
- - 单文件模式
324
329
330
+ - scene graph模式
331
+
332
+ - 场景包模式
333
+ AssetBundle
325
334
326
335
336
+ - 单文件模式
337
+
338
+
339
+ <!--
327
340
- 单元测试模式
328
341
329
342
@@ -337,7 +350,7 @@ story after:
337
350
bdd(cucumber)+jest
338
351
339
352
340
-
353
+ -->
341
354
342
355
- UI测试模式
343
356
Original file line number Diff line number Diff line change @@ -97,12 +97,22 @@ console.log用于要在运行结果中打印信息
97
97
** TODO 文中的示例代码加入更多的注释
98
98
99
99
100
+ ** TODO 使用第三方库的代码时,说明
101
+ 如:使用Map作为Hash Map时,说明来自immutable
102
+ ECS模式
103
+
104
+
105
+
106
+
100
107
101
108
** TODO package.json supply dependencies, devDependencies?
102
109
e.g. most, commonlib
103
110
104
111
105
112
113
+
114
+
115
+
106
116
* TODO 修改UML
107
117
108
118
** TODO 简化UML
You can’t perform that action at this time.
0 commit comments