Hacker News new | ask | show | jobs
by seanmcdirmid 4818 days ago
The things that you need to unit test even when you have static typing typically overlap tests that will detect type errors as well. The fact that there is no static typing also puts a bit more fire under your butt to test things.

In the end, its a wash.