Skip to content

Commit 64a0c26

Browse files
committed
feat(积木模式): finish update
1 parent 00147c6 commit 64a0c26

File tree

8 files changed

+228
-176
lines changed

8 files changed

+228
-176
lines changed

doc/第四轮.org

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22

33
** TODO 增加: 我们介绍下各个模块的依赖关系:xxx
44

5+
注:抽象UML可以在“角色之间的关系”中增加依赖关系说明
6+
57

68
** TODO UML中的函数增加返回值类型?
79

810

11+
12+
** TODO 角色之间的关系? 中增加 x对x 的明确描述
13+
14+
如:
15+
- 因为入口积木依赖多个其它积木,所以Entry Block和Block Protocol是一对多的依赖关系
16+
17+
- 因为BlockManager通过registerBlock函数注册了多个积木,所以BlockManager与System Blocks中的积木是一对多的组合关系
18+
19+
20+
921
* TODO 修改代码
1022

1123
** TODO 都改为调用模块.xxx函数

0 commit comments

Comments
 (0)