Creating SOLID Code: Open/Closed Principle (OCP)
Category: Languages > .net      Posted: 25 Jun 09

This is the second in a 5 part series where we will explore the tenets of the S.O.L.I.D principles.

In this episode we will take a look at the O (Open/Closed Principle) and see how following this principle can help us to create cleaner, more manageable code

  • S - Single Responsibility P...