“See the naming conventions at the beginning of the script. Apply all the rules to all the non-conforming variable names and the new custom function we made earlier.“
There were like 100 changes here and there, and I just didn’t feel like doing all that work manually.
In my experience, the trick to this is to get a list of changes to make yourself, rather than trusting the machine to actually get it right. (Unless you’re in a dev/test environment and don’t care much if it fucks it up.)
I did that today. It went something like this:
“See the naming conventions at the beginning of the script. Apply all the rules to all the non-conforming variable names and the new custom function we made earlier.“
There were like 100 changes here and there, and I just didn’t feel like doing all that work manually.
In my experience, the trick to this is to get a list of changes to make yourself, rather than trusting the machine to actually get it right. (Unless you’re in a dev/test environment and don’t care much if it fucks it up.)