diff --git a/项目命名/项目命名格式.md b/项目命名/项目命名格式.md index f7dce8c..9ea3bb0 100644 --- a/项目命名/项目命名格式.md +++ b/项目命名/项目命名格式.md @@ -98,13 +98,13 @@ team team.团队名.项目名.模块名.…… 团队项目,指由团队发起 | 位置 |单词| 意义| 例| |:------|:---|:----------|:-----------| -| Prefix |on| 事件发生时执行| onCompleted -| Prefix |before| 事件发生前执行| beforeUpdate -| Prefix |pre| 同上| preUpdate -| Prefix |will| 同上| willUpdate -| Prefix |after| 事件发生后执行| afterUpdate -| Prefix |post| 同上| postUpdate -| Prefix |did| 同上| didUpdate +| Prefix |on| 事件发生时执行| onCompleted| +| Prefix |before| 事件发生前执行| beforeUpdate| +| Prefix |pre| 同上| preUpdate| +| Prefix |will| 同上| willUpdate| +| Prefix |after| 事件发生后执行| afterUpdate| +| Prefix |post| 同上| postUpdate| +| Prefix |did| 同上| didUpdate| | Prefix |should| 确认事件是否可以发生时执行| shouldUpdate ##### 4.6 操作对象生命周期的方法