DEV Community

Discussion on: Practical Ways to Write Better JavaScript

Collapse
 
anirudhr95 profile image
Anirudh Ramesh

While I use NodeJS for prototyping apps and this is the use case which I see node used for widely, I would pick a statically typed language if I ever needed all of this (Instead of something that transpiles to JS).

TS takes longer time to dev (which is shorter for JS) without any added performance benefits. I dislike it for this reason.