markdown JS创意设计模式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown JS创意设计模式相关的知识,希望对你有一定的参考价值。

### In plain words
Creational patterns are focused towards how to instantiate an object or group of related objects.

### Wikipedia says
In software engineering, creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation.

### Simple Factory
- Factory Method
- Abstract Factory
- Builder
- Prototype
- Singleton

以上是关于markdown JS创意设计模式的主要内容,如果未能解决你的问题,请参考以下文章

markdown JS结构设计模式

设计模式初步学习结束--->Java设计模式MarkDown笔记分享;(包括UML类图)

markdown JS:严格模式

markdown AMD模块模式JS

markdown CommonJS模块模式JS

markdown JS严格模式