Hacker News new | ask | show | jobs
by sivanmz 3669 days ago
If I write testable code, coverage comes naturally and I don't worry about it.

I do think it's misguided to focus on coverage.

To me unit testing is a development tool. I write my class inside a test suite and extract it when ready.