cm0002@lemmy.world to Programmer Humor@programming.dev · 15 hours agoWhy indeedlemmy.mlimagemessage-square136fedilinkarrow-up11.01Karrow-down113cross-posted to: programmerhumor@lemmy.ml
arrow-up11Karrow-down1imageWhy indeedlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 15 hours agomessage-square136fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarethesystemisdown@lemmy.worldlinkfedilinkEnglisharrow-up17·11 hours agoSome devs will include a whole library for one thing instead of trying to learn another way to do that thing.
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up7·8 hours agoNowadays libraries are built with tree-shaking in mind, so when it’s time to deploy the app only the code that’s actually used gets bundled.
minus-squarechraebsli@programming.devlinkfedilinkarrow-up9·9 hours agoA whole library which was meant to to 10 things, but you only use one. And that for x libraries
Some devs will include a whole library for one thing instead of trying to learn another way to do that thing.
from * import *
Nowadays libraries are built with tree-shaking in mind, so when it’s time to deploy the app only the code that’s actually used gets bundled.
A whole library which was meant to to 10 things, but you only use one. And that for x libraries