Skip to content

omnipotent-front-end/-Design-Patterns-Typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-Design-Patterns-Typescript

设计模式(以Typescript描述)在线手册

内容选自此处此处,以及一定自己的理解。

设计模式要干的事情就是解耦。创建型模式是将创建和使用代码解耦,结构型模式是将不同功能代码解耦,行为型模式是将不同的行为代码解耦