SOLID Series

SOLID Series

A summary of all posts that conclude my deep dive into the SOLID principles originally coined by Uncle Bob. 14 – SOLID Part 5: The Dependency Inversion Principle by Ruben Hamers | Mar 10, 2021 | SOLID#begin This is the fifth and last blog in the series about the SOLID...

14 – SOLID Part 5: The Dependency Inversion Principle

#begin This is the fifth and last blog in the series about the SOLID principles of Object Oriented Design. It is all about the D in SOLID, the Dependency Inversion Principle. If you missed the first four blogs in this series, you can read them here: S, O, L and I. The...

10 – SOLID Part 3: The Liskov Substitution Principle

#begin  This is the third blog in the series about the SOLID principles of Object Oriented Design. It is all about the L in SOLID, the Liskov Substitution Principle. If you missed the first two blogs in this series, you can read them here and here. The Liskov...

7 – SOLID Part 2: The Open Closed Principle

#begin  This is the second blog in the series about the SOLID principles of Object Oriented Design. It is all about the O in SOLID, the Open-Closed Principle. If you missed the first blog in this series, you can read it here. The Open-Closed Principle As with some of...