Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Result #18

Closed
CodaFi opened this issue Jul 15, 2015 · 2 comments
Closed

Remove Result #18

CodaFi opened this issue Jul 15, 2015 · 2 comments

Comments

@CodaFi
Copy link
Member

CodaFi commented Jul 15, 2015

With Swift 2.0 introducing exceptions to take the place of NSErrorPointer-style functions, and the advent of ErrorType, Result's days are numbered. I propose we remove it entirely, as it can be replicated with Either<ErrorType, B>.

@pthariensflame
Copy link
Member

👍

@CodaFi CodaFi mentioned this issue Jul 17, 2015
@CodaFi
Copy link
Member Author

CodaFi commented Jul 17, 2015

This also frees up the !! operator for future evil.

@CodaFi CodaFi closed this as completed Jul 17, 2015
DanielAsher pushed a commit to DanielAsher/Swiftx that referenced this issue Sep 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants