6 ms·
> Also, shouldn't these simple bugs be quickly and fully discovered by automated tests? Do you actually believe this? Tests are a nice first pass, but they'll
by abscondment 15y ago
> Also, shouldn't these simple bugs be quickly and fully discovered by automated tests?
Do you actually believe this?
Tests are a nice first pass, but they'll never fully discover every bug -- especially with a huge change like this.
- jamongkad 15y agoExactly as painful as it might seem. Automated tests can only get you so far. Sometimes you just have to suck it up and dig into the code base.