Y
Hacker News
new
|
ask
|
show
|
jobs
by
markatkinson
2803 days ago
This is awesome. I recently moved from Typescript to plain Javascript for a project and it is quite frustrating.
You don't realise what you had till it's gone!
2 comments
z3t4
2803 days ago
For someone stubborn that refuse to use TS, what are you missing ? Is it the IDE tools or the compiler error messages, or writing type annotations ?
link
jimsmart
2801 days ago
In addition to icholy's points, stronger typing means one traps a whole class of errors at compile/build time, as opposed to runtime.
link
icholy
2803 days ago
IDE tools, compiler error messages, self documenting code.
link
jbchoo
2803 days ago
Yeah
link
sibeliuss
2803 days ago
What a scary thought... leaving TS and going back to JS.
link