Hacker News new | ask | show | jobs
by layer8 457 days ago
Saying that writing unit tests isn’t high stakes is a dubious statement. The very purpose of unit tests is to make sure that programming errors are caught that may very well be high stakes.
1 comments

However high the stakes are, a bug in test code is not as much of an issue as a bug in the production code.
It is as much of an issue if it prevents a bug in production code from being detected before it occurs in production. Which is the very purpose of unit tests.
What? Bugs in the test code are what lead to bugs in production code.
That is exactly it. A bug in test code may or may not lead to a bug in production code, while a bug in production code IS a bug in production code