cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoWhy indeedlemmy.mlimagemessage-square148fedilinkarrow-up11.34Kcross-posted to: programmerhumor@lemmy.ml
arrow-up11.34KimageWhy indeedlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square148fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareTedDallas@programming.devlinkfedilinkEnglisharrow-up44·1 day ago#include “the_entire_fucking_internet.h”
minus-squareTeamAssimilation@infosec.publinkfedilinkarrow-up9·1 day agoYou know we’ve reached peak bloat and stupidity when JavaScript web apps have a compilation step, and I don’t mean JIT.
minus-squarestetech@lemmy.worldlinkfedilinkarrow-up10·1 day agoI’d rather take a compile step than having no type safety in JS, even as a user.
minus-squareNoSpotOfGround@lemmy.worldlinkfedilinkarrow-up4·1 day agoExcept… the compilation step doesn’t add type safety to JS. As an aside, type safety hasn’t been something I truly miss in JS, despite how often it’s mentioned.
minus-squareLifter@discuss.tchncs.delinkfedilinkarrow-up8·23 hours agoI think they are talking about typescript which is compiled into javascript
minus-squareNoSpotOfGround@lemmy.worldlinkfedilinkarrow-up1·9 hours agoOk, that could be true. I assumed they meant the “building” phase that some frameworks go through.
#include “the_entire_fucking_internet.h”
You know we’ve reached peak bloat and stupidity when JavaScript web apps have a compilation step, and I don’t mean JIT.
I’d rather take a compile step than having no type safety in JS, even as a user.
Except… the compilation step doesn’t add type safety to JS.
As an aside, type safety hasn’t been something I truly miss in JS, despite how often it’s mentioned.
I think they are talking about typescript which is compiled into javascript
Ok, that could be true. I assumed they meant the “building” phase that some frameworks go through.