Hacker News new | ask | show | jobs
by o-__-o 1858 days ago
They do, if you don’t have 100% code coverage then you get what you get
1 comments

100% code coverage isn't even close to a guarantee of correctness.
But is the easiest metric to guage test quality. What I’m saying is this code is probably not well tested
This code isn't tested at all. They messed up copying code from a previous implementation, that's how bad this is. If they had had a few basic tests in place they would've spotted this before it even had a chance to be a problem.
Then the problem has zero to do with the type of testing, now does it :)