|
|
|
|
|
by Etheryte
1373 days ago
|
|
Hard disagree. For me, the proof is in the pudding. When writing regular Javascript, I need to run and debug my code often as I'm developing it to make sure all intermediate states make sense and that there's no edge cases I've missed. With Typescript I can often write code for hours without even starting it up, and when I finally do run it, it usually works correctly right out of the box. |
|
Massive productivity boost, and I have a kind of confidence in my code that I never have had before, not having used a strongly typed language before.