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

In addition to icholy's points, stronger typing means one traps a whole class of errors at compile/build time, as opposed to runtime.
IDE tools, compiler error messages, self documenting code.