TechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agoJavascript can create atomic bombsprogramming.devimagemessage-square65fedilinkarrow-up1652arrow-down152
arrow-up1600arrow-down1imageJavascript can create atomic bombsprogramming.devTechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square65fedilink
minus-squarethedeadwalking4242@lemmy.worldlinkfedilinkarrow-up14arrow-down1·1 year agoIt was made in 10 days, its type system is a mess, its syntactic shit, and there are just better replacements out there that will never see the light of day due to how big its already gotten
minus-squareDryTomatoes@lemmy.worldlinkfedilinkarrow-up2·1 year agoComing from other languages I find the async by default thing annoying but I fully understand it’s necessary for web sites to render in real time.
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkEnglisharrow-up2arrow-down2·1 year agoWell, use typescript. There’s no excuse to use pure JS nowadays. It doesn’t solve everything, but it for sure solves 95%+ of JS issues. Or use WebAssembly, I think it’s usable nowadays?
It was made in 10 days, its type system is a mess, its syntactic shit, and there are just better replacements out there that will never see the light of day due to how big its already gotten
deleted by creator
Coming from other languages I find the async by default thing annoying but I fully understand it’s necessary for web sites to render in real time.
Well, use typescript. There’s no excuse to use pure JS nowadays. It doesn’t solve everything, but it for sure solves 95%+ of JS issues.
Or use WebAssembly, I think it’s usable nowadays?
WASM knows kung-fu