Solid Design Principles
What are SOLID Principles?
They are a set of design principles for object-oriented design which make the different classes of your project loosely coupled (less dependency on each other) so that the code becomes flexible, testable, maintainable and r...
alphavictor.hashnode.dev12 min read