What is the importance of having good practices around status code in your response?
It indicates success or failure to the client and helps with testing.
It is not important to have good practices regarding status codes
Response codes are the only way you can tell what is happening on the server.
It contains information about the current performance of the server.