Y
Hacker News
new
|
ask
|
show
|
jobs
by
dirkc
258 days ago
Type hints and/or stronger typing in other languages are not good substitutes for testing. I sometimes worry that teams with strong preferences for strong typing have a false sense of security.
1 comments
procaryote
257 days ago
People write tests in statically typed languages too, it's just that there's a whole class of bugs that you don't have to test for.
link