Y
Hacker News
new
|
ask
|
show
|
jobs
by
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 ?
2 comments
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