#open-closed-principle
Read more stories on Hashnode
Articles with this tag
The Singleton pattern is classified as a creational design pattern because its primary purpose is to control the creation of objects. Specifically,...
The definition of OCP that I had mentioned in this blog is this: Software entities (classes, functions, modules, or methods) should be open for...
The SOLID principles are a set of guidelines for designing software that is easy to manage and extend. They were introduced by Robert C. Martin and...