|
|
|
|
|
by misttar
3645 days ago
|
|
The point of writing tests is to provide information, not prove correctness. IE, a test is another way to explain what the developer of that test cared about, worried about, needed to verify of the code that is exercised. Also, tests provide anothing built in consumer of the code, and all code with more consumers is better code, purely by surviving the stress. |
|