Rock-SOLID Development Is Not a Fairy Tale
SOLID development - this means to write maintainable, flexible and scalable code.
I will explain the 5 ingredients to
- make your code easier to understand, modify, and extend
- make your code more robust and maintainable
- make your code less complex and less error-prone
- make your code more reusable