PreviousNext

SOLID Principles: Explanation and examples

by bill-s, 2019-01-07T03:04:28.961Z

SOLID is an acronym for 5 important design principles when doing OOP (Object Oriented Programming). These 5 principles were introduced by Robert C. Martin (Uncle Bob), in his 2000 paper Design Principles and Design Patterns. The actual SOLID acronym was, however, identified later by Michael Feathers.

Read More