@@ -10,7 +10,7 @@ Translations:
1010- 🧩 Gof Patterns
1111 - 📢 [ GoF patterns for Node.js and JavaScript (seminar fragment)] ( https://youtu.be/7TjzsZCQQqg )
1212 - 🏭 Creational patterns
13- - Abstract factory
13+ - [ Abstract factory] ( https://github.com/HowProgrammingWorks/AbstractFactory )
1414 - [ Builder] ( https://github.com/HowProgrammingWorks/Builder )
1515 - [ Factory method] ( https://github.com/HowProgrammingWorks/Factory )
1616 - [ Prototype] ( https://github.com/HowProgrammingWorks/PrototypePattern ) do not confuse with [ Prototype-programming] ( https://github.com/HowProgrammingWorks/Prototype )
@@ -19,18 +19,18 @@ Translations:
1919 - [ Adapter] ( https://github.com/HowProgrammingWorks/Adapter )
2020 - [ Bridge] ( https://github.com/HowProgrammingWorks/Bridge )
2121 - [ Composite] ( https://github.com/HowProgrammingWorks/Composite )
22- - [ Decorator] ( )
22+ - Decorator and [ Wrapper ] ( https://github.com/HowProgrammingWorks/Wrapper )
2323 - [ Facade] ( https://github.com/HowProgrammingWorks/Facade )
2424 - [ Flyweight] ( https://github.com/HowProgrammingWorks/Flyweight )
2525 - [ Proxy] ( https://github.com/HowProgrammingWorks/Proxy )
2626 - ⚡ Behavioral patterns
2727 - Chain of responsibility
2828 - [ Chain of responsibility] ( https://github.com/HowProgrammingWorks/ChainOfResponsibility )
29- - Middleware
29+ - [ Middleware] ( https://www.youtube.com/watch?v=RS8x73z4csI )
3030 - [ Command] ( https://github.com/HowProgrammingWorks/Command )
3131 - [ Interpreter] ( https://github.com/HowProgrammingWorks/Interpreter )
3232 - [ Iterator] ( https://github.com/HowProgrammingWorks/Iterator )
33- - Mediator
33+ - [ Mediator] ( https://github.com/HowProgrammingWorks/Mediator )
3434 - [ Memento] ( https://github.com/HowProgrammingWorks/Memento )
3535 - Observable and Observer: EventEmitter, EventTarget
3636 - [ EventTarget and EventEmitter] ( https://github.com/HowProgrammingWorks/Events )
0 commit comments