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...

5 – SOLID Part 1: The Single Responsibility Principle

#begin  This is the first blog in the series about the SOLID principles of Object Oriented Design. The Layout of these blogs is going to be as follows: Each blog starts with an explanation of what the principle means, what it tries to solve and thus why it is useful...