DEV Community

Discussion on: What programming best practice do you disagree with?

Collapse
 
jeastham1993 profile image
James Eastham

Getting hung up on high code coverage from testing.

Code coverage is a great metric, but not the be all and end all. 100% coverage but no test of how the software is actually used is largely irrelevant.