A reminder that unit tests do catch mistakes
I sometimes hear people object to writing unit tests on the basis that most test failures are false negatives, and that the problems typically turn out to be in the tests rather than the system under test. I think this largely comes down to how the t...
Feb 17, 20232 min read23


