|
|
|
|
|
by ovis
2098 days ago
|
|
It's interesting that I could write your last sentence, but replacing "exceptions" with "monadic error handling." Ultimately, both are equally expressive and it's reasonable to personally prefer either. The "Result" type approach maps better to the concept of a program as a series of inputs and outputs (functions). |
|