DEV Community

Discussion on: The Problem With High Test Coverage

Collapse
 
antero_nu profile image
Antero Karki

My main issue with this reasoning is that if it's that unimportant that it works correctly then why build it in the first place, or waste time maintaining it. Even more time since there would be no tests to indicate what's working, what may be broken, how it may be broken etc.

Collapse
 
teamcoder profile image
Robert Ecker

I think in many cases building a component with low test coverage is still more useful for many users than nothing at all.