Hacker News new | ask | show | jobs
by joelbluminator 2246 days ago
Well code in general is only as good as the person who writes it. You can write static code that compiles and doesn't work at all, you still need to test it. Only in static languages testing it become way more complicated.
1 comments

What are the types of tests you’d need to write in a statically-typed language that are more complicated than their dynamically-typed counterparts?