Hacker News new | ask | show | jobs
by Kinrany 1717 days ago
> You can always convert JS to TS later.

Caveat, you kinda have to already be thinking about types while writing JS for this to work. Highly dynamic code can be much easier to write in TS from scratch than rewrite from JS.