This is a collection of design patterns that I'm learning from "Design Patterns Head First" and from Refactoring Guru
- Factory Method
- Abstract Factory
- Singleton
- Prototype
- Builder
- Adapter
- Bridge
- Composite
- Decorator
- Facade
- Flyweight
- Proxy
- Command
- Iterator
- Mediator
- Memento
- Observer
- State
- Strategy
- Template Method
- Visitor
- Chain of Responsibility