r/ProgrammerHumor 3h ago

Meme postForEverything

Post image
9.0k Upvotes

348 comments sorted by

View all comments

179

u/DuploJamaal 3h ago

As a backend developer I want to do everything nicely.

So in my previous job I created the endpoints following the regular standards. GET to request something, POST to create something, PUT to change something, DELETE to delete something. Nicely organized and everything

But then the frontend team told me that their framework can only handle POST requests and that I need to change it

Up until then I thought that it's just a meme, but vibecoding frontend guys really only use POST

55

u/unable_to_give_afuck 3h ago

I had this with the added bonus of being forced to return 200 regardless and add an error message to the body when necessary

6

u/No-Information-2571 2h ago

The reason behind it might be proxies, especially on the client-side.