|
|
|
|
|
by scotty79
1036 days ago
|
|
It came to my mind too but then I got confused, what if the type of the Result changes along the function call chain and you want to propagate Errors with minimal effort? Then I saw this stackoverflow question and it seems that ? operator does quite smart thing and is as easy to use as possible. https://stackoverflow.com/questions/31172451/is-there-a-non-... |
|