Open-Closed Principle: The Hard Parts
Introduction
SOLID principles are a set of principles set by Robert C.Martin (Uncle Bob). The main goal of these principles is to design software that is easy to maintain, test, understand, and extend.
These principles are:
Single Responsibility Pri...
mayallo.hashnode.dev14 min read
Kishan Galgotra
Love Learning new ways to code in efficient ways .
I found it quite interesting, how it explain the ways to maintain the code standard.