SOLID Principles – Part 01 – Overview
It was nearly 10 years ago I picked up a book called Agile Principles, Patterns and Practises in C# by Robert C. Martin which revolutionised the way I thought about Object Orientated Programming. In this book he discussed SOLID Principles. In this blog series I will discuss each principle with code examples. This will prevent … More SOLID Principles – Part 01 – Overview