Hacker News new | ask | show | jobs
by RHSeeger 261 days ago
> I find that strong typing often obviates the need for unit tests.

There are many ways that software can fail, and unit tests cover some of them. They don't remove the need for unit tests at all, but they do reduce the number of them needed (because you no longer need to test the things that strong typing handles).