←back to thread

873 points belter | 1 comments | | HN request time: 0s | source
Show context
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 #
1. commandlinefan ◴[] No.42955568[source]
You can achieve 100% code coverage and always have passing tests as long as you don't add any assertions.