cm0002@piefed.world to Programmer Humor@programming.devEnglish · 22 days agoYou typical Node projectlemmy.mlimagemessage-square11linkfedilinkarrow-up120arrow-down10 cross-posted to: programmerhumor@lemmy.ml
arrow-up120arrow-down1imageYou typical Node projectlemmy.mlcm0002@piefed.world to Programmer Humor@programming.devEnglish · 22 days agomessage-square11linkfedilink cross-posted to: programmerhumor@lemmy.ml
minus-squareNat (she/they)@lemmy.blahaj.zonelinkfedilinkarrow-up1·22 days agoDead code elimination but with a different name for some reason
minus-squareNewDark@lemmings.worldlinkfedilinkarrow-up1·22 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.
What is that?
Dead code elimination but with a different name for some reason
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.