←back to thread

873 points belter | 3 comments | | HN request time: 0.411s | source
1. alexfromapex ◴[] No.42948238[source]
> Code coverage has absolutely nothing to do with code quality

Ehhh..lots of nuance to this one

replies(2): >>42948575 #>>42955568 #
2. jonhohle ◴[] No.42948575[source]
And the inverse is almost always true: lack of code coverage is a strong indicator of lack of both code quality and developer experience.
3. commandlinefan ◴[] No.42955568[source]
You can achieve 100% code coverage and always have passing tests as long as you don't add any assertions.