e8d79@discuss.tchncs.de to Programming@programming.dev · 23 days agoI'm OK being left behind, thanks!shkspr.mobiexternal-linkmessage-square38fedilinkarrow-up1213arrow-down12
arrow-up1211arrow-down1external-linkI'm OK being left behind, thanks!shkspr.mobie8d79@discuss.tchncs.de to Programming@programming.dev · 23 days agomessage-square38fedilink
minus-squareresipsaloquitur@lemmy.worldlinkfedilinkarrow-up4arrow-down1·23 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·23 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·22 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·22 days agoAs far as I know, it is. Type safety is optional but very useful sometimes
minus-squareFeathercrown@lemmy.worldlinkfedilinkEnglisharrow-up1·22 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
As far as I know, it is. Type safety is optional but very useful sometimes
Yup
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