Questioning “If It Ain’t Broke, Don’t Fix It” in Software Development
The behaviour is somewhat encouraged in Agile, with a safe net of Automation E2E via UI regression testing.
This article is one of the “Laws in Software Development” series.
“If It Ain’t Broke, Don’t Fix It” is a well-known idiom in the software industry, and many software professionals have heard it many times.
Table of Contents:
· This Idiom’s Meaning for Software Engineers
· Kaizen: “Change Good”
· Code Refactoring is an example of Kaizen
· The Missing Link: Automated E2E (via UI) Testing
· Two Stories About Changes
∘ 1. A support programmer’s suggestions for improvements
∘ 2. Optimizing database reset from ~2 seconds to 0.5 seconds
· Summary