eratic@slrpnk.nettoProgramming@programming.dev•Is TypeScript a fad or is my manager delusional?English
72·
7 months agoPersonally I’d rather use JSDoc in my own projects for type annotations and call it a day. I find TS a bit annoying but that might be because I’m not that familiar with it.
Is it? I just have it auto-generate in my IDE with snippets. If I was using TS I would still document using TSDoc anyway. You can use
jsconfig.json
instead.