cm0002@piefed.world to Programmer Humor@programming.devEnglish · 12 days agoYou typical Node projectlemmy.mlimagemessage-square60linkfedilinkarrow-up1568arrow-down17 cross-posted to: programmerhumor@lemmy.ml
arrow-up1561arrow-down1imageYou typical Node projectlemmy.mlcm0002@piefed.world to Programmer Humor@programming.devEnglish · 12 days agomessage-square60linkfedilink cross-posted to: programmerhumor@lemmy.ml
minus-squareNewDark@lemmings.worldlinkfedilinkarrow-up43·12 days agoIf you import 1% of your module code, you only compile the actual used code. Tree shaking is removing dead code paths that aren’t used.
minus-squareNat (she/they)@lemmy.blahaj.zonelinkfedilinkarrow-up14·11 days agoDead code elimination but with a different name for some reason
What is that?
If you import 1% of your module code, you only compile the actual used code. Tree shaking is removing dead code paths that aren’t used.
Ah ok gotcha
Dead code elimination but with a different name for some reason
Because we’re monkeys
We ARE all apes