7 ms·
Same as usual: add tests. Over time the test suite becomes the spec that describes how the software should function. As the test suite grows you squeeze out roo
by remus 1mo ago
Same as usual: add tests. Over time the test suite becomes the spec that describes how the software should function. As the test suite grows you squeeze out room for undefined behaviour and bugs.
- coldtea 1mo ago>Same as usual: add tests. Over time the test suite becomes the spec that describes how the software should function. That covers functionality - it doesn't catch the kind of bugs talked about in TFA.