typescript-design-patterns:以打字稿语言样式(带有类型和接口)编写的一些设计模式的示例

时间:2021-02-16 01:35:24
【文件属性】:
文件名称:typescript-design-patterns:以打字稿语言样式(带有类型和接口)编写的一些设计模式的示例
文件大小:9KB
文件格式:ZIP
更新时间:2021-02-16 01:35:24
TypeScript 什么设计模式? 设计模式-是常见软件设计问题的一般解决方案。 您可以修改蓝图或模板来解决特定问题。 设计模式的主要类型: 创建模式(factory, constructor, singleton, ...) 在必须创建许多不同类型的许多不同对象的情况下,提高代码的灵活性和可重用性 结构模式(adapter, facade, proxy, ...) 行为模式(observer, command, iterator, ...) 链接:
【文件预览】:
typescript-design-patterns-main
----readme.md(860B)
----src()
--------1_creational()
--------3_behavioural()
--------2_structural()
----watch.bat(24B)
----tsconfig.json(1KB)
----.gitignore(4B)
----compile.bat(21B)

网友评论