this post was submitted on 23 May 2025
594 points (97.6% liked)

Programmer Humor

23911 readers
547 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] 19 points 2 weeks ago (6 children)

Electron apps should be taken out back and shot

[–] [email protected] 0 points 2 weeks ago (4 children)

Honestly? They're based for being so easy to make

For the record, I am a C/Dart/Rust native dev 2+ years deep in a pretty big project full of highly async code. This shit would've been done a year ago if the stack was web based instead of 100% native code

[–] [email protected] 13 points 2 weeks ago (2 children)

Easy to make? Have you worked with JavaScript before? It's an absolute mess and full of footguns.

And I assume your project doesn't use async code for shits and giggles? Async code is just as hard in JavaScript except that everything is single threaded anyway.

And even assuming that it really is easier to make: I'd rather have fewer well made applications than hundreds of crappy ones. Each fucking application having to redistribute a whole ass browser is insane, and they're all slow despite needing massive resources.

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Yeah this is on me, I've never done web dev in my life. Always been low level shit for me. (The project is a highly networked system with isolates, async/await, futures, etc)

But damn man comparatively JS/TS seems a lot easier ¯\_ (ツ) _/¯

[–] [email protected] 7 points 2 weeks ago

That is true, Typescript and JavaScript look easier. And heck if all you want to do is make the money dance on your web page it really is easier.

But writing actual application? That does actual work with error handling? Hell, no. It honestly baffles me that anyone would use JavaScript of their own free will, unless that's the only language you know.

load more comments (1 replies)
load more comments (2 replies)