this post was submitted on 29 Jul 2023
23 points (100.0% liked)

Programmer Humor

32495 readers
923 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (6 children)

Here's an article about it: https://dev.to/maggiecodes_/how-i-applied-to-a-tech-job-using-a-post-request-193d

The thing that annoys me is the response. It should return status 201 created and the id of the new resource for future delete/update operations. Instead it returns 200 ok and some clear text. Wouldn't want to work with such an API.

[–] [email protected] 1 points 1 year ago (1 children)

That's hilarious. Probably the lovechild of some clueless HR dude that thought he was a genius.

[–] [email protected] 2 points 1 year ago

The cringe term "code ninja" supports your theory.

load more comments (4 replies)