5 ms·
I see unit tests as a form of written contract. You write down what matters. Everything else is as solid as a verbal contract.
by mehdix 2y ago
I see unit tests as a form of written contract. You write down what matters. Everything else is as solid as a verbal contract.
- JTyQZSnP3cQGa8B 2y agoThat’s how it works too for medical software: the test proves that the specification has been implemented in a feature, that the feature kinda works, and as a bonus you get some code coverage.