|
|
|
|
|
by AgloeDreams
2480 days ago
|
|
Exactly this, plus, the entire concept of 100% coverage is hilariously wrong. Are you covering 100% of code interactions? How much of your integration logic are you mocking? Are you covering 100% of HTML and interface logic? How much code is not in your code? What about packages and imports? It's incredibly arbitrary for no good reason except to slow development of a product that may depend on fast development for survival in trade to test for bugs that honestly, actually, may never happen. To be clear, testing is good, but you write tests to serve the code and product, not the other way around. |
|