you are viewing a single comment's thread
view the rest of the comments
[–] 54 points 3 years ago (1 child)

TypeScript of course. The compiler often times catches mistakes in variable names, API methods, whatever. So it saves time by not having to run the whole application all the time. Also the input help is much better, when the editor knows sth is a string or a number, for example.

  • source
  • hideshow 2 child comments