|
|
|
|
|
by eptcyka
505 days ago
|
|
The biggest proponents of TDD I’ve seen are only capable of writing code that one cannot trust in the absence of tests. Writing tests is good, striving for 100% coverage contorts code in ways that are detrimental to robustness and correctness. |
|
I'm also against measuring coverage - I've never seen anything useful to do with the measure so why bother.