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

Consider making the action-constructing methods infallible #34

Closed
cmbrandenburg opened this issue Apr 8, 2016 · 0 comments
Closed

Consider making the action-constructing methods infallible #34

cmbrandenburg opened this issue Apr 8, 2016 · 0 comments
Assignees
Milestone

Comments

@cmbrandenburg
Copy link
Collaborator

Currently, all Client methods that construct an action do so fallibly, returning a Result. For ergonomics, consider pushing fallibility to the time that the action executes so that the Client method always succeeds and returns the action type.

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

1 participant