Hacker News new | ask | show | jobs
by DecoySalamander 567 days ago
There are people who insist on writing JS (with types in JSDoc), but Svelte is the only such project I can name off the top of my head.
1 comments

I tend to start off a project with typeless zero-build JS, because I've been working with dynamic languages so long that the types mostly don't actually help me find bugs in the early days, but if I don't convert it to reasonably typed TS before I release a 0.001.001 then I would expect people to judge me for it, and I would consider them to have every right to do so.