When debugging or fixing a regression, isolate variables. Don't combine "I upgraded the dep AND refactored AND added a feature" in one commit / PR / deploy. The cost of bundling is exponential in the number of bundled changes — every interaction has to be considered. The cure is discipline at scope
When debugging or fixing a regression, isolate variables. Don't combine "I upgraded the dep AND refactored AND added a feature" in one commit / PR / deploy. The cost of bundling is exponential in the number of bundled changes — every interaction has to be considered. The cure is discipline at scope boundaries (commit, PR, deploy).