|
|
|
|
|
by throw10920
406 days ago
|
|
Apparently you have difficulty with reading comprehension, because my original comment already defines "good code": > The result type does not work because you have to choose between immediate callers handling failures (they don't always have the context to do so because they're not aware of the context of callers higher up on the call stack) or between propagating all of your error values all the way up the stack to the error handling point and making your program fantastically brittle and insanely hard to refactor. It's interactions like this that are the reason why my organization isn't adopting Rust. |
|
You've mistaken your personal preferences and aesthetic sense for absolute truth.
The arrogance is astounding.