You will see it everywhere in your code, because you already know the problem AND solution.

The Open-Closed principle. An example in Python.

The Open Closed Principle says: systems should be “open for extension, but closed for modification”. But how can a system change without modification? Does this even make sense? It does and after watching this video, not only you understand it, you will see it everywhere in your code, because you already know the problem AND solution.

Written by Loek van den Ouweland on 2023-04-15.
Questions regarding this artice? You can send them to the address below.