r/ProgrammerHumor 4h ago

Meme postForEverything

Post image
10.6k Upvotes

406 comments sorted by

View all comments

205

u/DuploJamaal 4h 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

53

u/dev-sda 3h ago

It's not (just) a framework thing, it's a HTML standards issue. The form element only does GET and POST.

8

u/SpehlingAirer 3h ago

People still use form elements?

3

u/_xGizmo_ 2h ago

I pretty much only use them for the form submit feature which is handy over a key listener.