Slide 46
Slide 46 text
@ktrajchevska
Final Thoughts
● The purpose of SOLID principles is to make your code more maintainable,
easy to extend and reason about.
● It requires spending more time writing code, so you can spend less reading it
later.
● SOLID principles are principles, not rules.
● Always know your trade-offs and use common sense.
● SOLID is your tool, not your goal.