File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -5,30 +5,30 @@ Common JS Patterns based on the ideas of Stoyan Stefanov and many others.
55##Design Patterns
66
77###Creational
8- Abstract factory< br />
9- Builder (added)<br />
10- Factory method (added)<br />
11- Prototype<br />
12- Singleton (added)<br />
8+ * Abstract factory
9+ * Builder (added)<br />
10+ * Factory method (added)<br />
11+ * Prototype<br />
12+ * Singleton (added)<br />
1313
1414###Structural
15- Adapter <br />
16- Bridge<br />
17- Composite<br />
18- Decorator (added)<br />
19- Facade (added)<br />
20- Flyweight<br />
21- Proxy (added)
15+ * Adapter <br />
16+ * Bridge<br />
17+ * Composite<br />
18+ * Decorator (added)<br />
19+ * Facade (added)<br />
20+ * Flyweight<br />
21+ * Proxy (added)
2222
2323###Behavioral
24- Chain of responsibility (added)<br />
25- Command (added)<br />
26- Interpreter<br />
27- Iterator (added)<br />
28- Mediator (added)<br />
29- Memento<br />
30- Observer (added)<br />
31- State<br />
32- Strategy (added)<br />
33- Template method<br />
34- Visitor
24+ * Chain of responsibility (added)<br />
25+ * Command (added)<br />
26+ * Interpreter<br />
27+ * Iterator (added)<br />
28+ * Mediator (added)<br />
29+ * Memento<br />
30+ * Observer (added)<br />
31+ * State<br />
32+ * Strategy (added)<br />
33+ * Template method<br />
34+ * Visitor
You can’t perform that action at this time.
0 commit comments