Re: Nah
I work in pharma. A formal version of that is precisely what we do for any code changes:
1. Propose the concept of the change
2. Get official approval from multiple departments for the concept
3. Now that the concept is approved, have each impacted department provide details of exactly what needs changing and how, and what paperwork, documentation revisions, verifications, etc. are needed along the way. (Setting it up on a dev system is a good way to see what needs changing.)
4. Once all that is agreed and approved, write the instructions for how to test it (almost always on a dev system). Have those approved by both an SME and the appropriate person from Quality. (Smart coders will dry-run the instructions before submitting for approval; this catches errors in both the instructions and the actual code.)
5. Implement on dev. Run the test, recording results (in pen on paper, with initial and date for each step). Have an SME review it and sign that it's right. Have Quality review it and sign that it's right.
6. Implement on production.
7. Finish all the other stuff identified in step 3.
8. Show that production is working. (For changes that are "in case this rare event happens, do this", "show it's working" means "still producing as normal after the change".)