|
|
|
|
|
by harrall
388 days ago
|
|
I think the best practice is to handle them with equal attention as the happy path. Error handling is usually afterthought from my experience. What is the system state when it does error? What is the best possible recovery from each error state? What can the user/caller expect for an error? |
|