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

Refactor argument precondition checking with suitable tools #14

Closed
carltonwhitehead opened this issue Jul 29, 2016 · 3 comments
Closed
Assignees
Milestone

Comments

@carltonwhitehead
Copy link
Collaborator

I would like to see something along the lines of Guava's Preconditions, but not necessarily bring in all of Guava just for this. Research alternatives and pick between Guava, viable alternatives, or possibly roll my own.

@carltonwhitehead carltonwhitehead added this to the 0.1.0 milestone Jul 29, 2016
@carltonwhitehead
Copy link
Collaborator Author

carltonwhitehead commented Jul 29, 2016

https://github.com/android10/arrow looks like a candidate. Arrow's jar is ~80KB vs ~2.2MB for Guava

@carltonwhitehead carltonwhitehead self-assigned this Jul 30, 2016
@carltonwhitehead
Copy link
Collaborator Author

After taking a closer look at arrow, it looks like it would do what I need, but I would hesitate to adopt it over the lack of tests android10/arrow#8

@carltonwhitehead
Copy link
Collaborator Author

Going to go with Guava

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