Hacker News new | ask | show | jobs
by matchbok 2715 days ago
Yup. I will never start a new project in plain JS ever again.
1 comments

To be fair, pure js with types as jsdoc comments that typescript handles just fine is a great way to write code.

No transpiration needed for node modules. No source maps, it’s same old plain JS that’s nicely checked by typescript.