S.O.L.I.D Principles go example
- Single Responsibility Principle (SRP) - It's completed
- Open - closed Principle (OCP) - It's completed
- Liskov Substitution Principle (LSP) - It's completed
- Interface Segregation Principle (ISP) - It's completed
- Dependency Inversion Principle (DIP) - It's considered at OCP