Tag: Liskov

Liskov Substitution Principle isn’t Complex. Just Give it a Try

As we all know, software requirements always change, and we, as developers, need to make sure these changes don’t break the existing code. For this reason, the SOLID principles were introduced in Object-Oriented design to ease this process. The SOLID principles are a set of principles creat...