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 get() method in Attempt #50

Closed
sleberknight opened this issue Jan 22, 2021 · 0 comments · Fixed by #51
Closed

Remove get() method in Attempt #50

sleberknight opened this issue Jan 22, 2021 · 0 comments · Fixed by #51
Assignees
Labels
refactoring Code refactoring
Milestone

Comments

@sleberknight
Copy link
Member

Per #27 remove the generic get() method from Attempt, leaving getResult() which is explicit and parallels the getException() method.

If we were past 1.x this would be a breaking change, but since we're not, it doesn't.

@sleberknight sleberknight added the refactoring Code refactoring label Jan 22, 2021
@sleberknight sleberknight added this to the 0.5.0 milestone Jan 22, 2021
@sleberknight sleberknight self-assigned this Jan 22, 2021
sleberknight added a commit that referenced this issue Jan 22, 2021
* Remove get() and leave getResult()

Closes #50
chrisrohr pushed a commit that referenced this issue Jan 22, 2021
* Remove get() and leave getResult()

Closes #50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code refactoring
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant