DEV Community

Discussion on: Achieving 100% code coverage will make you a better developer. Seriously.

Collapse
 
fennecdjay profile image
Jérémie Astor

I reached 100% coverage on ~1500 LOC project ( a language actually) a while back, but I did not bother too much since I tried github actions.
It helped get better at testing, for sure, but also at coding.

Nice Article, thanks.

Collapse
 
fennecdjay profile image
Jérémie Astor

EDIT: it is ~15000 LOC, not 1500. my bad