S.O.L.I.D
This abbreviation supposed to give you an opportunity to keep in mind 5 main design principles,that you have to use while writing your App classes.
- Single Responsibility Principle (SRP).
- Open/Closed Principle (OCP).
- Liskov's Substitution Principle (LSP).
- Interface Segregation Principle (ISP).
- Dependency Inversion Principle (DIP).
No comments:
Post a Comment