this post was submitted on 08 Jan 2025
1085 points (98.1% liked)

Programmer Humor

32170 readers
1395 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 3 years ago
MODERATORS
1085
Good guy clippy (lemmy.zip)
submitted 2 years ago* (last edited 2 years ago) by Maven@lemmy.zip to c/programmer_humor@programming.dev
 
you are viewing a single comment's thread
view the rest of the comments
[–] Pechente@feddit.org 10 points 2 years ago (2 children)

The reason people use Electron in the first place is that they wanna share a codebase between web, desktop and possibly mobile.

While Flutter can technically do that, the web apps it outputs are atrocious with poor usability and accessibility. It’s drawing the whole UI on a canvas element which causes all kinds of issues.

[–] BorgDrone@lemmy.one 4 points 2 years ago

they wanna share a codebase between web, desktop and possibly mobile.

That way you get an app that’s crap on every platform.

[–] XpeeN@sopuli.xyz 1 points 2 years ago

Make sense, tnx