Skip to content

Commit 1e7b40c

Browse files
committed
Organized uncategorized patterns.
1 parent c7e500f commit 1e7b40c

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77

88
## <a name="list-of-design-patterns">List of Design Patterns</a>
99

10-
* Creational Patterns
10+
### Creational Patterns
11+
1112
* [Abstract Factory](#abstract-factory)
1213
* [Builder](#builder)
1314
* [Factory Method](#factory-method)
1415
* [Prototype](#prototype)
1516
* [Singleton](#singleton)
16-
* Structural Patterns
17+
18+
### Structural Patterns
19+
1720
* [Adapter](#adapter)
1821
* [Bridge](#bridge)
1922
* [Composite](#composite)
@@ -22,7 +25,11 @@
2225
* [Flyweight](#flyweight)
2326
* [Proxy](#proxy)
2427
* [Service Locator](#service-locator)
25-
* Behavioral Patterns
28+
* [Model-View-Presenter](#model-view-presenter)
29+
* [Servant](#servant)
30+
* [Event Aggregator](#event-aggregator)
31+
32+
### Behavioral Patterns
2633
* [Chain of responsibility](#chain-of-responsibility)
2734
* [Command](#command)
2835
* [Interpreter](#interpreter)
@@ -34,11 +41,8 @@
3441
* [Strategy](#strategy)
3542
* [Template method](#template-method)
3643
* [Visitor](#visitor)
37-
* [Model-View-Presenter](#model-view-presenter)
38-
* [Double Checked Locking](#double-checked-locking)
39-
* [Servant](#servant)
40-
* [Null Object](#null-object)
41-
* [Event Aggregator](#event-aggregator)
44+
* [Double Checked Locking](#double-checked-locking)
45+
* [Null Object](#null-object)
4246

4347
## <a name="abstract-factory">Abstract Factory</a> [&#8593;](#list-of-design-patterns)
4448
**Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.

0 commit comments

Comments
 (0)