Tag: design
-
Best error handling tips for developing great software
Throughout my software and web development career, there are some patterns that I noticed regarding error handling that surfaces every time. Here I’m going to share some of my favorite tips to make error handling less painful. Return error codes in your API Return error codes as opposed to returning only a message in your…