Hacker News new | ask | show | jobs
by Cthulhu_ 1924 days ago
It should be both, I think. Types take away part of the need of tests, but they're not mutually exclusive. I know I ended up writing a lot more tests when doing Javascript, just to cover type edge cases.