Sometimes things go wrong, so you need to handle the cases where things don’t go right.
Tag Archives: API
Be user-friendly.
Make interfaces easy to use correctly and hard to use incorrectly.
Avoid excessive switches and flags.
Sometimes it’s better to have something else handle those cases.