HTTP Status Codes Are Not Enough
I spotted an article called Just learn Rails (Part 3) HTTP status codes. It started off good, and I liked that it was teaching people to avoid hardcoding their HTTP status codes in code, using :conflict instead of 409 and the like.
That is a good message to send, which