Ever introduced an extra parameter on a method, tracked all its usages and made the compiler happy by providing a corresponding extra argument in all the calls of that method?
Sure you have. Either that or removed a parameter from a method.
You just change the signature of the method,
…