10

There's this Senior Developer here at the company I work for, and every single project he works on (usually APIs), the return status codes are always 400 when there is an error.
How do I tell him there are over 60 status codes?

Comments
  • 6
    Maybe "May I ask you why you return statuscode 400 when there is an error? Because it states here *point at official http documentation* that it means only the request is bad"
  • 1
    "there are over 60 status code, use it"
Add Comment