TODO: Design Patterns
TODO: https://sourcemaking.com/design_patterns
Creational
- [ ] Abstract Factory
- [ ] Builder
- [ ] Factory Method
- [ ] Object Pool
- [ ] Prototype
- [ ] Singleton
Structural
- [ ] Adapter
- [ ] Bridge
- [ ] Composite
- [ ] Decorator
- [ ] Facade
- [ ] Flyweight
- [ ] Private Class Data
- [ ] Proxy
Behavioral
- [ ] Chain of Responsibility
- [ ] Command
- [ ] Interpreter
- [ ] Iterator
- [ ] Mediator
- [ ] Memento
- [ ] Null Object
- [ ] Observer
- [ ] State
- [ ] Strategy
- [ ] Template Method
- [ ] Visitor