403
There be Gremlins in the Code (media.piefed.social)
top 13 comments
sorted by: hot top controversial new old
[-] KayLeadfoot@fedia.io 32 points 11 hours ago

Opens dev console

"Hah oh wow it looks pretty good considering it's throwing 69 errors, nice"

[-] MaggiWuerze@feddit.org 77 points 13 hours ago

Funny, most people I've talked to said that the backend code usually is better structured and written, while the frontend (web and games) was a hot mess

[-] traches@sh.itjust.works 20 points 9 hours ago* (last edited 8 hours ago)

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 3 points 2 hours ago

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.

[-] Ephera@lemmy.ml 9 points 6 hours ago

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

[-] peoplebeproblems@midwest.social 3 points 8 hours ago

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

[-] MuskyMelon@lemmy.world 34 points 13 hours ago

Depends who's coding what. Since fullstack, ick, is the norm, backend coders forced to do frontend is the case that you've described. Frontend coders forced to do backend is the case in the comic.

[-] Ek-Hou-Van-Braai@piefed.social 17 points 13 hours ago

My experience has often been that Business mostly cares about what they and their users can directly interact with (The FE) and don't really care about spending time and effort on the BE

[-] dumnezero@piefed.social 8 points 8 hours ago

The security and permission layers for the API:

Management: "We're only going to hire 'full stack' devs from now on."

Also Management: "Why is this page taking 37 seconds to load?"

[-] peoplebeproblems@midwest.social 5 points 8 hours ago

I'm now a full-stack engineer. Instead of being ok at any layer, I don't know what I'm doing in the UI, the Service, the Backend, the Database, the Cloud Infrastructure, and the CI/CD.

But, if anything breaks, I almost always can figure out where it broke very quickly. A fix is always unpleasant though.

[-] jol@discuss.tchncs.de 4 points 10 hours ago

Yes, but that also means backend developers only have to worry about the code. Where I work, they always align on best practices across the company. While frontend is a mess of apps and frankensteined components.

[-] bricklove@midwest.social 1 points 7 hours ago* (last edited 7 hours ago)

It bugs me that his head facing the camera in both pics

this post was submitted on 23 May 2025
403 points (98.3% liked)

Programmer Humor

23417 readers
1537 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