|
|
|
|
|
by sharkfish
6432 days ago
|
|
If, as in the case of extsmail, one wants to be robust against errors, one has to handle all possible error paths oneself. That's not really a bad thing, as the author points out. One thing I've always felt a sense of dread about in C# and Java (last Java I did was back in 2001) is that I never truly knew what errors were lurking with their exception handling. It would be really nice if all error possibilities were listed in the documentation so I could pick precisely what to handle. |
|