this post was submitted on 30 Jun 2025
318 points (98.2% liked)
Programmer Humor
25009 readers
1675 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For anyone about to say API is more like a delivery driver an not a server, realize we are in Programmer_humor, not web_dev.
No joke that was the first thing I thought but realized it’s freaking perfect.
The entire meme is about web-dev. That split between backend and frontend isn't anywhere else. (And is stupid for the web too, but well, that's what web-dev do.)
I mean, not quite. There should be a split between backend (logic) and frontend (presentation) even for desktop applications. It's not mandatory, but simply much better design. The 'interface' with which your frontend code calls the backend is much like an API (as in an API is also an interface)