this post was submitted on 21 Mar 2025
1509 points (98.3% liked)

Programmer Humor

22837 readers
166 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 139 points 1 month ago* (last edited 1 month ago) (9 children)

Cheaper & faster development by leveraging large libraries/frameworks, but inability to automatically drop most unused parts of those libraries/frameworks. You could in theory shrink Electron way down by yoinking out tons of browser features you're not using, but there's not much incentive to do it and it'd potentially require a lot of engineering work.

[–] [email protected] 55 points 1 month ago (3 children)

Yeah, though the joke is funny, this is the real answer.

Storage is cheap compared to creating custom libraries.

[–] [email protected] 9 points 1 month ago

Also the storage is the cost for the user, and google in the case of play store. So the developers have no incentive to reduce the size.

load more comments (2 replies)
load more comments (7 replies)