https://github.com/thinkants/solid
Learning SOLID Principles
https://github.com/thinkants/solid
Last synced: 2 months ago
JSON representation
Learning SOLID Principles
- Host: GitHub
- URL: https://github.com/thinkants/solid
- Owner: ThinkAnts
- Created: 2024-02-12T14:50:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T15:03:11.000Z (almost 2 years ago)
- Last Synced: 2025-12-30T02:44:11.628Z (6 months ago)
- Language: Swift
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SOLID
Learning SOLID Principles
✅ Goals
========
We'd like to make our code
1. readability
2. maintainbility
3. testability
4. extensibility
WHO started SOLID Principles
#### Robert C. Martin 👨🏻🦳 Uncle Bob
===================
💎 SOLID Principles
===================
- Single Responsibilty
- Open/Closed
- Liskov's Substitution
- Interface Segregation
- Dependency Inversion