File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,11 @@ Here is some steps in each `README` file:
30
30
31
31
Diagram: There is also a diagram to represent the oveview of the design pattern to understand better. This is an example:
32
32
33
- ![ design-pattern-cover] ( assets/strategy-pattern.jpg )
33
+ ![ design-pattern-diagram] ( assets/strategy-pattern.jpg )
34
+ ![ design-pattern-diagram] ( assets/command-pattern.jpg )
35
+ ![ design-pattern-diagram] ( assets/chain-of-res.jpg )
36
+
37
+ See ` /app ` folder for all design patterns. ✅
34
38
35
39
## How to Run
36
40
@@ -90,9 +94,9 @@ Contributing to a community project is always welcome.
90
94
- [x] Decorator Pattern
91
95
- [x] Template Method Pattern
92
96
- [x] Observer Pattern
97
+ - [x] Command Pattern
93
98
- [ ] Proxy Pattern
94
- - [ ] Command Pattern
95
- - [ ] Single Responsibility
99
+ - [ ] Adapter Pattern
96
100
97
101
## Support
98
102
You can’t perform that action at this time.
0 commit comments