Tag: extensibility
All the articles with the tag "extensibility".
The Open-Closed Principle: How to Implement Changes Without Modifying Code
Published: at 02:00 AMUnderstanding how to implement requirement changes without modifying existing code through the Open-Closed Principle and various design patterns like Strategy, Adapter, Observer, and Template Method.