Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SebastianBoldt/Gang-of-Four-and-Solid-Principles-in-Swift
๐จโ๐ฉโ๐งโ๐ฆ - My personal Repo to learn all 23 Gang of Four patterns and all SOLID Principles using Swift and Playgrounds
https://github.com/SebastianBoldt/Gang-of-Four-and-Solid-Principles-in-Swift
design-patterns gang-of-four gof gof-patterns solid-principles swift swift-playgrounds
Last synced: 3 months ago
JSON representation
๐จโ๐ฉโ๐งโ๐ฆ - My personal Repo to learn all 23 Gang of Four patterns and all SOLID Principles using Swift and Playgrounds
- Host: GitHub
- URL: https://github.com/SebastianBoldt/Gang-of-Four-and-Solid-Principles-in-Swift
- Owner: SebastianBoldt
- Created: 2017-01-14T20:10:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T07:49:37.000Z (over 6 years ago)
- Last Synced: 2024-04-27T23:33:34.795Z (6 months ago)
- Topics: design-patterns, gang-of-four, gof, gof-patterns, solid-principles, swift, swift-playgrounds
- Language: Swift
- Homepage: https://www.sebastianboldt.com
- Size: 355 KB
- Stars: 134
- Watchers: 10
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - GOF Swift - Learn all 23 Gang of Four patterns using Swift. (Learning Swift: Advanced Topics / Design Patterns)
README
# 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)