|
|
|
|
|
by 0xFEE1DEAD
316 days ago
|
|
I do write tests but I'm not a fan of aiming for 100% coverage because it's incredibly tedious to achieve, and the gains in my experience are marginal. That being said even with 100% coverage your code may still contain bugs.
If you've never had to debug code with extensive tests then hats off to you. |
|
I expect that is what the parent is really asking about: What does this meaningfully offer over the "built-in" debug logging?