@@ -10,7 +10,7 @@ Translations:
10
10
- 🧩 Gof Patterns
11
11
- 📢 [ GoF patterns for Node.js and JavaScript (seminar fragment)] ( https://youtu.be/7TjzsZCQQqg )
12
12
- 🏭 Creational patterns
13
- - Abstract factory
13
+ - [ Abstract factory] ( https://github.com/HowProgrammingWorks/AbstractFactory )
14
14
- [ Builder] ( https://github.com/HowProgrammingWorks/Builder )
15
15
- [ Factory method] ( https://github.com/HowProgrammingWorks/Factory )
16
16
- [ Prototype] ( https://github.com/HowProgrammingWorks/PrototypePattern ) do not confuse with [ Prototype-programming] ( https://github.com/HowProgrammingWorks/Prototype )
@@ -19,18 +19,18 @@ Translations:
19
19
- [ Adapter] ( https://github.com/HowProgrammingWorks/Adapter )
20
20
- [ Bridge] ( https://github.com/HowProgrammingWorks/Bridge )
21
21
- [ Composite] ( https://github.com/HowProgrammingWorks/Composite )
22
- - [ Decorator] ( )
22
+ - Decorator and [ Wrapper ] ( https://github.com/HowProgrammingWorks/Wrapper )
23
23
- [ Facade] ( https://github.com/HowProgrammingWorks/Facade )
24
24
- [ Flyweight] ( https://github.com/HowProgrammingWorks/Flyweight )
25
25
- [ Proxy] ( https://github.com/HowProgrammingWorks/Proxy )
26
26
- ⚡ Behavioral patterns
27
27
- Chain of responsibility
28
28
- [ Chain of responsibility] ( https://github.com/HowProgrammingWorks/ChainOfResponsibility )
29
- - Middleware
29
+ - [ Middleware] ( https://www.youtube.com/watch?v=RS8x73z4csI )
30
30
- [ Command] ( https://github.com/HowProgrammingWorks/Command )
31
31
- [ Interpreter] ( https://github.com/HowProgrammingWorks/Interpreter )
32
32
- [ Iterator] ( https://github.com/HowProgrammingWorks/Iterator )
33
- - Mediator
33
+ - [ Mediator] ( https://github.com/HowProgrammingWorks/Mediator )
34
34
- [ Memento] ( https://github.com/HowProgrammingWorks/Memento )
35
35
- Observable and Observer: EventEmitter, EventTarget
36
36
- [ EventTarget and EventEmitter] ( https://github.com/HowProgrammingWorks/Events )
0 commit comments