Y
Hacker News
new
|
ask
|
show
|
jobs
by
falcor84
457 days ago
However high the stakes are, a bug in test code is not as much of an issue as a bug in the production code.
2 comments
layer8
457 days ago
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.
link
optimalsolver
456 days ago
What? Bugs in the test code are what lead to bugs in production code.
link
falcor84
456 days ago
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
link