|
|
|
|
|
by JulianMorrison
2848 days ago
|
|
It sounds like nested error handling will be the abnormal case and the "default" error handling will often be normal. That is, all you will notice in common use is that the boilerplate "if" is replaced with a "check". It also sounds like the nesting does not escape the function itself. It always either returns error, or doesn't. |
|