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

Programmer Humor

23417 readers
1523 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] 77 points 13 hours ago (10 children)

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

[–] [email protected] 17 points 12 hours ago (3 children)

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

[–] [email protected] 8 points 8 hours ago

The security and permission layers for the API:

[–] [email protected] 12 points 9 hours ago (1 children)

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

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

[–] [email protected] 5 points 7 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.

[–] [email protected] 4 points 9 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.

load more comments (6 replies)