Tag: ocp
All the articles with the tag "ocp".
SOLID: Open/Closed Principle
Published: at 03:49 PMThe Open/Closed Principle (OCP) states that software entities should be open for extension but closed for modification. This principle advocates designing systems so that new functionality can be added without altering existing code, which helps maintain stability and reduces the risk of introducing bugs.