23 Jan
2018
23 Jan
'18
2:13 p.m.
2018-01-23 11:05 GMT-03:00 Peter Dimov via Boost
Vinícius dos Santos Oliveira wrote:
Outcome’s default is to not provide value-or-error objects. It provides success-or-failure objects.
What does that even mean?
I assume this refers to the choice to model a struct and not a union; that is, to store both an error and a value, not one or the other.
The term he uses is a "or", not an "and". And it is very confusing. The fact that you're guessing a completely different direction from mine just gives point to my argument. -- Vinícius dos Santos Oliveira https://vinipsmaker.github.io/