File tree 3 files changed +33
-0
lines changed
3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,22 @@ print("Welcome!")
18
18
```
19
19
20
20
21
+ ## Table of Contents
22
+
23
+ | [ Behavioral] ( #behavioral ) | [ Creational] ( #creational ) | [ Structural] ( #structural ) |
24
+ | ------------------------------------------------------ | ---------------------------------------- | ---------------------------------------- |
25
+ | [ π Chain Of Responsibility] ( #-chain-of-responsibility ) | [ π° Abstract Factory] ( #-abstract-factory ) | [ π Adapter] ( #-adapter ) |
26
+ | [ π« Command] ( #-command ) | [ π· Builder] ( #-builder ) | [ π Bridge] ( #-bridge ) |
27
+ | [ πΆ Interpreter] ( #-interpreter ) | [ π Factory Method] ( #-factory-method ) | [ πΏ Composite] ( #-composite ) |
28
+ | [ π« Iterator] ( #-iterator ) | [ π Prototype] ( #-prototype ) | [ π§ Decorator] ( #-decorator ) |
29
+ | [ π Mediator] ( #-mediator ) | [ π Singleton] ( #-singleton ) | [ π FaΓ§ade] ( #-fa-ade ) |
30
+ | [ πΎ Memento] ( #-memento ) | | [ π Flyweight] ( #-flyweight ) |
31
+ | [ π Observer] ( #-observer ) | | [ β Protection Proxy] ( #-protection-proxy ) |
32
+ | [ π State] ( #-state ) | | [ π¬ Virtual Proxy] ( #-virtual-proxy ) |
33
+ | [ π‘ Strategy] ( #-strategy ) | | |
34
+ | [ π Visitor] ( #-visitor ) | | |
35
+
36
+
21
37
Behavioral
22
38
==========
23
39
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ zip -r -X Design-Patterns.playground.zip ./Design-Patterns.playground
57
57
echo " " > README.md
58
58
59
59
readme Index
60
+ cat source/contentsReadme.md >> README.md
60
61
readme Behavioral
61
62
readme Creational
62
63
readme Structural
Original file line number Diff line number Diff line change
1
+
2
+ ## Table of Contents
3
+
4
+ | [ Behavioral] ( #behavioral ) | [ Creational] ( #creational ) | [ Structural] ( #structural ) |
5
+ | ------------------------------------------------------ | ---------------------------------------- | ---------------------------------------- |
6
+ | [ π Chain Of Responsibility] ( #-chain-of-responsibility ) | [ π° Abstract Factory] ( #-abstract-factory ) | [ π Adapter] ( #-adapter ) |
7
+ | [ π« Command] ( #-command ) | [ π· Builder] ( #-builder ) | [ π Bridge] ( #-bridge ) |
8
+ | [ πΆ Interpreter] ( #-interpreter ) | [ π Factory Method] ( #-factory-method ) | [ πΏ Composite] ( #-composite ) |
9
+ | [ π« Iterator] ( #-iterator ) | [ π Prototype] ( #-prototype ) | [ π§ Decorator] ( #-decorator ) |
10
+ | [ π Mediator] ( #-mediator ) | [ π Singleton] ( #-singleton ) | [ π FaΓ§ade] ( #-fa-ade ) |
11
+ | [ πΎ Memento] ( #-memento ) | | [ π Flyweight] ( #-flyweight ) |
12
+ | [ π Observer] ( #-observer ) | | [ β Protection Proxy] ( #-protection-proxy ) |
13
+ | [ π State] ( #-state ) | | [ π¬ Virtual Proxy] ( #-virtual-proxy ) |
14
+ | [ π‘ Strategy] ( #-strategy ) | | |
15
+ | [ π Visitor] ( #-visitor ) | | |
16
+
You canβt perform that action at this time.
0 commit comments