Hacker News new | ask | show | jobs
by tomp 4866 days ago
For doing anything serious in Python, you will need unit tests. In my experience, they double the amount of code.

Haskell and Scala have static typing instead (and therefore need much less unit tests).