Hacker News new | ask | show | jobs
by bazoom42 217 days ago
It is a strawman because nobody actually equates the ease of programming with the ease of making undetected mistakes.
1 comments

Presumably no one thinks "I love using [dynamically-typed language] because I can make mistakes easier", but on the other hand, isn't it the case that large codebases are written with low initial friction but high future maintenance?
So you agree it is a strawman?
Perhaps Dijkstra was going for the former, but is it bad to consider a stronger argument along the lines of what he said?
A charitable interpretation would be he critizises e.g JavaScripts silent type coercion which can hide silly mistakes, compared to e.g Python which will generally throw an error in case of incompatible types.