Properties2
TypeConcept
Note createdFeb 17, 2025

The Open/Closed Principle states that you should not modify a method that is already in use elsewhere. Once this happen, all the modifications needed should be implementing by wrapping somehow the code.