cm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agoWhy indeedlemmy.mlimagemessage-square110linkfedilinkarrow-up11.25Karrow-down122
arrow-up11.23Karrow-down1imageWhy indeedlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square110linkfedilink
minus-squarelobut@lemmy.calinkfedilinkarrow-up29·edit-21 year agoWeb “Apps” are also quite bad. Lots of and lots of stuff we’re downloading and it feels clunky. Sometimes that’s bad coding, poor optimization, third party libraries, or sometimes just including trackers/ads on the page.
minus-squarethesystemisdown@lemmy.worldlinkfedilinkEnglisharrow-up16·1 year agoSome devs will include a whole library for one thing instead of trying to learn another way to do that thing.
minus-squarechraebsli@programming.devlinkfedilinkarrow-up10·1 year agoA whole library which was meant to to 10 things, but you only use one. And that for x libraries
Web “Apps” are also quite bad. Lots of and lots of stuff we’re downloading and it feels clunky.
Sometimes that’s bad coding, poor optimization, third party libraries, or sometimes just including trackers/ads on the page.
Some devs will include a whole library for one thing instead of trying to learn another way to do that thing.
from * import *A whole library which was meant to to 10 things, but you only use one. And that for x libraries