Does Optional solve a problem that Result does not anymore?

And to reduce entities even further, Void could be modelled by an enum with a single value.

You can go quite great distances having just an enum and a tuple.

4 Likes