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

Add methods for working with Swift.Result #32

Open
lilyball opened this issue Apr 27, 2019 · 1 comment
Open

Add methods for working with Swift.Result #32

lilyball opened this issue Apr 27, 2019 · 1 comment

Comments

@lilyball
Copy link
Collaborator

We should consider adding variants of all the throwing methods that return a Swift.Result instead.

@lilyball lilyball added this to the v4.0 milestone Nov 14, 2019
@lilyball
Copy link
Collaborator Author

Upon consideration, this is a lot of methods. Maybe instead we should consider converting all throwing methods to returning Result and relying on the user to call .get() if they want to throw the error.

I'm going to push this off for later consideration since that's a major change. I'd love some feedback on the idea though.

@lilyball lilyball removed this from the v4.0 milestone Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant