Learn SOLID principles in 10 minutes with real-world visual and code examples
SOLID stands for 5 basic principles that can be applied in object-oriented programming and design to make your code maintainable, flexible, testable, understandable, and more robust.
These principles were introduced by Robert C. Martin, an American software engineer, author of the agile manifesto, software design guru, and best-selling author.
Back