Comment on Testing Isn't Everything (2019)parentComments−dryarzegOP2moI guess that author mentions it explicitly:In dynamic languages like Ruby and Python tests are important for a different reasontests are important−pfdietz2moTests 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.
Comments
I guess that author mentions it explicitly:
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.