Hacker News new | ask | show | jobs
by __jem 1066 days ago
Or, worse, you're reviewing a large diff, see the logger statement but don't notice that the junior whose code you're reviewing forgot to rethrow. Now you've accidentally entered uncharted territory where way more scarier things can happen to your application than just crashing. Of course this shouldn't happen, but it does.
1 comments

that can be somewhat addressed with decent unit test coverage