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…
-
What to do if your UI has too much whitespace
One problem that comes up quite often in user interfaces is that they often can have too much whitespace. As much as whitespace can make a design look more modern and minimalistic, sites can also look plain and lacking in content because of whitespace. I’ve shared some tips below to work around this problem. 1.…