Hacker News new | ask | show | jobs
by dryarzeg 36 days 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

1 comments

Tests 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.