Skip to content

Commit 19c7c53

Browse files
committed
Generate Playground
1 parent d657167 commit 19c7c53

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

‎Design-Patterns-CN.playground.zip

0 Bytes
Binary file not shown.

‎Design-Patterns.playground.zip

0 Bytes
Binary file not shown.

‎README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ print("Welcome!")
2626
| [🐝 Chain Of Responsibility](#-chain-of-responsibility) | [🌰 Abstract Factory](#-abstract-factory) | [🔌 Adapter](#-adapter) |
2727
| [👫 Command](#-command) | [👷 Builder](#-builder) | [🌉 Bridge](#-bridge) |
2828
| [🎶 Interpreter](#-interpreter) | [🏭 Factory Method](#-factory-method) | [🌿 Composite](#-composite) |
29-
| [🍫 Iterator](#-iterator) | [🔂 Monostate](#-monostate) | [🍧 Decorator](#-decorator) |
30-
| [💐 Mediator](#-mediator) | [🃏 Prototype](#-prototype) | [🎁 Façade](#-fa-ade) |
29+
| [🍫 Iterator](#-iterator) | [🔂 Monostate](#-monostate) | [🍧 Decorator](#-decorator) |
30+
| [💐 Mediator](#-mediator) | [🃏 Prototype](#-prototype) | [🎁 Façade](#-fa-ade) |
3131
| [💾 Memento](#-memento) | [💍 Singleton](#-singleton) | [🍃 Flyweight](#-flyweight) |
32-
| [👓 Observer](#-observer) | | [☔ Protection Proxy](#-protection-proxy) |
33-
| [🐉 State](#-state) | | [🍬 Virtual Proxy](#-virtual-proxy) |
32+
| [👓 Observer](#-observer) | | [☔ Protection Proxy](#-protection-proxy) |
33+
| [🐉 State](#-state) | | [🍬 Virtual Proxy](#-virtual-proxy) |
3434
| [💡 Strategy](#-strategy) | | |
3535
| [🏃 Visitor](#-visitor) | | |
36+
| [📝 Template Method](#-template-method) | | |
3637

3738

3839
Behavioral

0 commit comments

Comments
 (0)
X