The Extension Rule
01
Foundational Principles
Key Concept
What is the Extension Rule?
- It is officially called the Open-Closed Principle.
- Software should be open for extension but closed for modification.
- You add new things by building on top, not by digging into old code.
1 / 8
