Understanding SOLID Principles: Open/Closed
This is the part 2 of the series of posts that I’m writing on the topic of solid principles
@solidcodeguru
This is the part 2 of the series of posts that I’m writing on the topic of solid principles
If your code is not adaptive enough, You process cannot be agile enough.. To make your code more adaptive learn SOLID Principles
My opinions on design patterns and practices and things that you should keep in mind while choosing design patterns
Whenever we develop a software feature, it is likely that certain compromises will need to be madeĀ between the “ideal code” and the code that is good enough to meet…