Skip to content

Conversation

@jbgi
Copy link

@jbgi jbgi commented Nov 9, 2016

I think #3 was not a good fix because we should:

  • not use soon-to-be-deprecated Optional#get (use flatMap instead, jdk9 will explicitly support this pattern)
  • assume all arguments are non-null: passing null arguments is insane and should not be covered for because it is a programming error.

 - Do not use soon-to-be-deprecated Optional#get (use flatMap instead)
 - Assume all arguments are non-null: insanity (passing null arguments) should not be covered for.
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

Successfully merging this pull request may close these issues.

1 participant