File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,22 @@ print("Welcome!")
1818```
1919
2020
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+
2137Behavioral
2238==========
2339
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ zip -r -X Design-Patterns.playground.zip ./Design-Patterns.playground
5757echo " " > README.md
5858
5959readme Index
60+ cat source/contentsReadme.md >> README.md
6061readme Behavioral
6162readme Creational
6263readme 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