typescript design patterns:以打字稿语言样式(带有类型和接口)编写的一些设计模式的示例 源码
什么设计模式? 设计模式-是常见软件设计问题的一般解决方案。 您可以修改蓝图或模板来解决特定问题。 设计模式的主要类型: 创建模式(factory, constructor, singleton, ...) 在必须创建许多不同类型的许多不同对象的情况下,提高代码的灵活性和可重用性 结构模式(adapter, facade, proxy, ...) 行为模式(observer, command, iterator, ...) 链接:
文件列表
typescript-design-patterns-main.zip
(预估有个23文件)
typescript-design-patterns-main
readme.md
860B
src
1_creational
2_factory.ts
5KB
1_constructor.ts
3KB
4_singleton.ts
0B
3_prototype.ts
0B
3_behavioural
15_state.ts
0B
暂无评论