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.