Skip to content

Commit

Permalink
Update 第9节:模板模式串联抽奖规则.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhengwei authored Jul 5, 2024
1 parent a959a64 commit bdb7635
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pay: https://t.zsxq.com/16kAD9g7p
- **本章难度**:★★★☆☆
- **本章重点**:通过模板模式,整合责任链、规则树,定义出抽奖的标准过程。以及让子类做具体调用功能实现。
- **课程视频**[https://t.zsxq.com/16ICK8eeS](https://t.zsxq.com/16ICK8eeS)
- **课程视频**[https://t.zsxq.com/xWjte](https://t.zsxq.com/xWjte)

**版权说明**:©本项目与星球签约合作,受[《中华人民共和国著作权法实施条例》](http://www.gov.cn/zhengce/2020-12/26/content_5573623.htm) 版权法保护,禁止任何理由和任何方式公开(public)源码、资料、视频等内容到Github、Gitee等,违反可追究进一步的法律行动。

Expand All @@ -31,4 +31,4 @@ pay: https://t.zsxq.com/16kAD9g7p
</div>

- 左侧的业务流程,可以通过抽象类定义的出调用顺序,右侧的具体操作可以放到实现了抽象类的子类来做具体实现。通过这样的方式,我们在后续看代码的时候,也能直接通过抽象类的模板结构直接知道这块的代码在做什么。而要看细节则进入到每个功能实现里去。
- **重点**:学习编程,要从编码对业务的实现中,提炼出模型结构。这些通用的模型结构可以解决很多同类的问题。
- **重点**:学习编程,要从编码对业务的实现中,提炼出模型结构。这些通用的模型结构可以解决很多同类的问题。

0 comments on commit bdb7635

Please sign in to comment.