|
|
|
|
|
by RhodesianHunter
1161 days ago
|
|
The issue isn't productivity. As far as just slamming out code untyped languages are undeniably faster. The issue is working on projects once they've reached a certain size where you have no idea what the intent of the original author was and you maybe need to refactor, add-in major pieces, or change anything with the expectation that it continues to work. |
|
I think it’s a question of understanding how to work and think without explicit types rather than something that makes statically typed codebases easier to maintain.