Hacker News new | ask | show | jobs
by jgardner1 3475 days ago
What's the point of a static type system if I'm going to write unit tests anyways?
2 comments

When I'm working in a dynamic language I write many, many, many more tests than when I'm in a language with static typing.
A static type system makes code self documenting, easier to refactor and more maintainable