JavaScript Design Patterns for me
The best way to learn something (at least for me) is to understand it and use it. This can be achieved by trying to explain it to somebody else - it will force you to prepare and understand. That’s why I’ll take all known and unknown patterns, I’ll describe them and give some examples.
The list of articles:
- Creational
- Builder
- Factory method
- Singleton
- Structural
- Decorator
- Facade
- Proxy
- Behavioral
- Chain of responsibility
- Chain of Responsibility pattern with Promises
- Command
- Iterator
- Mediator
- Observer
- Strategy