提交 ad519310 编写于 作者: I Ilkka Seppälä

Added descriptions for patterns categories.

上级 692400d1
......@@ -9,6 +9,8 @@
### Creational Patterns
Creational design patterns abstract the instantiation process. They help make a system independent of how its objects are created, composed, and represented.
* [Abstract Factory](#abstract-factory)
* [Builder](#builder)
* [Factory Method](#factory-method)
......@@ -17,6 +19,8 @@
### Structural Patterns
Structural patterns are concerned with how classes and objects are composed to form larger structures.
* [Adapter](#adapter)
* [Bridge](#bridge)
* [Composite](#composite)
......@@ -31,6 +35,8 @@
### Behavioral Patterns
Behavioral patterns are concerned with algorithms and the assignment of responsibilites between objects.
* [Chain of responsibility](#chain-of-responsibility)
* [Command](#command)
* [Interpreter](#interpreter)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册