Hacker News new | ask | show | jobs
by mehdix 795 days 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.
1 comments

That’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.