5 ms·
I guess that author mentions it explicitly: > In dynamic languages like Ruby and Python tests are important for a different reason > tests are important
by dryarzeg 3mo ago
I guess that author mentions it explicitly:
> In dynamic languages like Ruby and Python tests are important for a different reason
> tests are important
- pfdietz 3mo agoTests are important anyway; I think the point is that if you adequately test your code for more difficult bugs, you'll get coverage of simple compiler-detectable bugs for free.