Y
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
jdbernard
3475 days ago
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.
link
balamaci
3475 days ago
A static type system makes code self documenting, easier to refactor and more maintainable
link