@cm0002@lemmy.world to Programmer Humor@programming.dev • 1 month agoWhy indeedlemmy.mlimagemessage-square204fedilinkarrow-up11.55Karrow-down127cross-posted to: programmerhumor@lemmy.ml
arrow-up11.52Karrow-down1imageWhy indeedlemmy.ml@cm0002@lemmy.world to Programmer Humor@programming.dev • 1 month agomessage-square204fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-square@zipzoopaboop@lemmynsfw.comlinkfedilinkEnglish42•1 month agoDon’t forget poor optimization
minus-squaresnooggumslinkfedilinkEnglish-8•edit-21 month agoThat doesn’t make the software take up more space on a drive. Optimizing is likely to result in a slightly larger install that runs more efficiently.
minus-square@Demdaru@lemmy.worldlinkfedilink30•1 month ago. . . does. Import whole ass library, use one function, once. Probably one of the easiest to implement yourself. Boom, file grew. Repeat.
Don’t forget poor optimization
That doesn’t make the software take up more space on a drive. Optimizing is likely to result in a slightly larger install that runs more efficiently.
. . . does. Import whole ass library, use one function, once. Probably one of the easiest to implement yourself. Boom, file grew. Repeat.
Lodash wants to know your location