Hacker News new | ask | show | jobs
by hn_go_brrrrr 1599 days ago
Sometimes by breaking prod. You learn what you didn't understand very quickly then.
1 comments

A non prod breaking scenario I have seen - only towards the end of a fairly long refactoring exercise, when tests for certain edge cases start failing, you finally understand the full purpose of the code you are refactoring.
Not to fall into the obvious trope too much, but: Your legacy code has tests for edge cases? I'm happy when it has any tests. More often, it's untested and I write the tests myself before refactoring the implementation.