logoalt Hacker News

never_inlinetoday at 2:47 PM1 replyview on HN

Some people really overdo HTTP verbs /GET, /POST, /PUT, /DELETE and leave much work to frontend. Irks me a lot.

But then again, there's GraphQL because frontend developers thought backend developers are anti social.


Replies

dragonwritertoday at 6:03 PM

> Some people really overdo HTTP verbs /GET, /POST, /PUT, /DELETE and leave much work to frontend. Irks me a lot.

If I understand you correctly, I don't think of it as overdoing HTTP verbs so much as using an excessively naive mapping between HTTP resources and base table entities.