e8d79@discuss.tchncs.de to Programming@programming.dev · 13 days agoI'm OK being left behind, thanks!shkspr.mobiexternal-linkmessage-square38linkfedilinkarrow-up1214arrow-down12
arrow-up1212arrow-down1external-linkI'm OK being left behind, thanks!shkspr.mobie8d79@discuss.tchncs.de to Programming@programming.dev · 13 days agomessage-square38linkfedilink
minus-squareresipsaloquitur@lemmy.worldlinkfedilinkarrow-up4arrow-down1·13 days agoI hear they’re changing the language these things run on from JavaScript to TypeScript. No thanks to the hamster wheel.
minus-squarekboy101222@sh.itjust.workslinkfedilinkEnglisharrow-up9·13 days agoI mean, Typescript just compiles down to JavaScript. I’m also generally anti a million frameworks, but JavaScript to TypeScript is easy
minus-squareTraister101@lemmy.todaylinkfedilinkarrow-up5·13 days agoIsn’t it also like opt in? If you don’t annotate a type it just defaults to Any, which is just unchecked like standard JS
minus-squarekboy101222@sh.itjust.workslinkfedilinkEnglisharrow-up2·13 days agoAs far as I know, it is. Type safety is optional but very useful sometimes
minus-squareFeathercrown@lemmy.worldlinkfedilinkEnglisharrow-up1·13 days agoTS is a superset of js though, you can still use normal js and probably won’t have to even change the file extension or anything like literally 0 change
I hear they’re changing the language these things run on from JavaScript to TypeScript.
No thanks to the hamster wheel.
I mean, Typescript just compiles down to JavaScript. I’m also generally anti a million frameworks, but JavaScript to TypeScript is easy
Isn’t it also like opt in? If you don’t annotate a type it just defaults to Any, which is just unchecked like standard JS
Yup
As far as I know, it is. Type safety is optional but very useful sometimes
TS is a superset of js though, you can still use normal js and probably won’t have to even change the file extension or anything like literally 0 change