Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Custom result type necessary? #49

Closed
skade opened this issue Oct 5, 2016 · 0 comments
Closed

Custom result type necessary? #49

skade opened this issue Oct 5, 2016 · 0 comments

Comments

@skade
Copy link

skade commented Oct 5, 2016

I've been working on moving my library from Results througout towards the glorious future of Futures throughout.

That means that error_chain now produces a lot for dead weight for me, especially a Result sugar I don't use anymore.

Before futures, errors where de-facto coupled to results. Now, they are becoming the glue between futures, results and possibly other abstractions in the future. I think error_chain should stop worrying about results too much and concentrate on the error part.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant