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

Programmer Humor

21829 readers
1793 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
[–] kamen@lemmy.world 17 points 1 day ago (2 children)

I'd argue that deploying from one codebase to 3+ different platforms is new functionality, although not for the end user per se.

I wish though that more of the web apps would come as no batteries included (by default or at least as a selectable option), i.e. use whatever webview is available on the system instead of shipping another one regardless of if you want it or not.

[–] ILikeBoobies@lemmy.ca 2 points 20 hours ago

That’s how a bunch of apps broke when M$ got rid of explorer

[–] Harlehatschi@lemmy.ml 9 points 1 day ago

But if your tool chain is worth anything the size of each binary shouldn't be bigger. To oversimplify things a bit: it's just #ifdefs and a proper tool chain.

In the web development world on the other hand everything was always awful. Every nodejs package has half the world as dependencies...