Creating SOLID Code: Liskov Substitution Principle
Category: Languages > .net      Posted: 25 Jun 09

This is the third 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 L (Liskov Substitution Principle) and see how following this principle can help us to create cleaner, more manageable code