You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unknown issues in application development lifecycle
requires time to do modification in code
code not testable
Why use SOLID?
reduces complexity of code.
reusability
reduces error
increase readability, extensibility
better testability
reduces tight coupling
Solution to successful development of app depends on?
Architecture (e.g MVC)
Design Principles (e.g SOLID)
Design Patterns (e.g Singleton)
About
🔥 ⚡ SOLID Design Principles explanation with diagrams, examples in C++. 🚀 Motivation behind each principle is explained. Difference between good code and bad code is defined.