Skip to content

Commit 34b904e

Browse files
committed
chore(doc): update 目录
1 parent 0559b85 commit 34b904e

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed

doc/TODO.org

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

doc/目录.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
337350
bdd(cucumber)+jest
338351
339352
340-
353+
-->
341354

342355
- UI测试模式
343356

doc/第三轮.org

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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?
102109
e.g. most, commonlib
103110

104111

105112

113+
114+
115+
106116
* TODO 修改UML
107117

108118
** TODO 简化UML

0 commit comments

Comments
 (0)