Tag: design-patterns
All the articles with the tag "design-patterns".
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.
Design Pattern Applications: Design Patterns in Programming Frameworks
Published: at 02:00 AMExamining how popular frameworks like Tomcat and JUnit leverage design patterns such as Strategy, Template Method, and Composite to create flexible and extensible architectures.
Design Pattern Fundamentals: If You Can't Apply Design Patterns Flexibly, You Haven't Mastered OOP
Published: at 02:00 AMExploring why polymorphism is the essence of OOP and how design patterns represent the flexible application of polymorphic features in software development.