Considerations for the Open-Closed Principle
Learn when it’s useful to ignore the open-closed principle.
We'll cover the following...
Pros and cons of the open-closed principle
The open-closed principle is a useful thing to know, as it substantially minimizes the impact of any changes to our application code. If our software is designed with this principle in mind, then future modifications to any one ...