|
|
|
|
|
by welshwelsh
187 days ago
|
|
Neither. Tests should be written by developers only when it saves them time. The cost of writing them should be negative. Instead of writing hundreds of useless tests so that the code coverage report shows high numbers, it is better to write a couple dozen tests based on business needs and code complexity. |
|