Skip to content

Commit 8a19890

Browse files
author
Sebastian Boldt
authored
Update README.md
1 parent 46519d0 commit 8a19890

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

β€ŽREADME.md

+21-18
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,37 @@
33

44
Inspired by: https://github.com/ochococo/Design-Patterns-In-Swift
55

6+
βœ… Implemented
7+
❌ Waiting for Implementation
8+
69
##Behavioral
710

811
* βœ… Chain Of Responsibility
912
* βœ… Command
10-
* Interpreter
11-
* Iterator
12-
* Mediator
13-
* Memento
14-
* Observer
15-
* State
16-
* Strategy
17-
* Visitor
13+
* ❌ Interpreter
14+
* ❌ Iterator
15+
* ❌ Mediator
16+
* ❌ Memento
17+
* ❌ Observer
18+
* ❌ State
19+
* ❌ Strategy
20+
* ❌ Visitor
1821

1922
##Creational
2023

2124
* βœ… Singleton
2225
* βœ… Prototype
23-
* Abstract Factory
24-
* Builder
25-
* Factory Method
26+
* ❌ Abstract Factory
27+
* ❌ Builder
28+
* ❌ Factory Method
2629

2730
##Structural
2831

2932
* βœ… Bridge
30-
* Adapter
31-
* Composite
32-
* Decorator
33-
* Facade
34-
* Flyweight
35-
* Protection Proxy
36-
* Virtual Proxy
33+
* ❌ Adapter
34+
* ❌ Composite
35+
* ❌ Decorator
36+
* ❌ Facade
37+
* ❌ Flyweight
38+
* ❌ Protection Proxy
39+
* ❌ Virtual Proxy

0 commit comments

Comments
Β (0)