this post was submitted on 23 May 2025
436 points (98.4% liked)

Programmer Humor

23420 readers
1699 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
[–] traches@sh.itjust.works 23 points 16 hours ago* (last edited 15 hours ago) (3 children)

Yeah, that’s my experience. The backend is an environment you control completely and has well-defined inputs and outputs specifically designed to be handled by machines. Front end code changes on a whim, runs who the hell knows where, and has to look good doing it.

[–] paraffine@jlai.lu 5 points 9 hours ago (1 children)

Plus for the front most people use very unsafe languages and glued together frameworks (JavaScript, typescript, react, Vue etc), whereas on the backend we can use proper type-safe, compiled languages with better abstractions (rust, scala,...) with proper unit and integration tests.

[–] moseschrute@lemmy.world 1 points 12 minutes ago

All the node.js backends reading this rn

[–] Ephera@lemmy.ml 10 points 13 hours ago (1 children)

In particular, frontend has to interact with humans, which is one hell of a messy API.

[–] moseschrute@lemmy.world 2 points 11 minutes ago

Can confirm. I’m a full time frontend developer and humans don’t have very well defined APIs

[–] peoplebeproblems@midwest.social 3 points 15 hours ago

And, while tested to extreme limits, somehow the end user still finds ways to break it, creating more things haphazardly stuffed in