Hacker News new | ask | show | jobs
by bottled_poe 2168 days ago
Not to take away from your point, but it seems like automated testing should easily detect issues like this one?
1 comments

Depends how you write your tests, but in this case, I'd say it'd be just as easy to carry the typo into your tests as not.

Unless you're fuzzing, automated testing could've easily missed this.