Awesome
GoF & SOLID in Swift
๐จโ๐ฉโ๐งโ๐ฆ My personal Repo to learn all GOF und SOLID Patterns using Swift and Playgrounds
โ Implemented and internalized
โ Waiting for implementation
GoF - Gang of Four
Behavioral
โ Chain Of Responsibility
โ Command
โ Iterator
โ Strategy
โ Mediator
โ Visitor
โ Observer
โ Memento
โ State
โ Interpreter
Creational
โ Singleton
โ Prototype
โ Factory Method
โ Builder
โ Abstract Factory
Structural
โ Bridge
โ Decorator
โ Composite
โ Adapter
โ Flyweight
โ Facade
โ Protection Proxy
โ Virtual Proxy
SOLID
โ Dependency Inversion Principle (DIP)
โ Single Responsibilty Principle (SRP)
โ Open Closed Principle (OCP)
โ Interface Segregation Principle (ISP)
โ Liskov Substitution Principle (LSP)