Menu

#101 Use of Optional (or something similar) instead of null

open
nobody
None
5
2013-02-06
2013-02-06
No

See the guava documentation. Basically, avoid returning null values. Instead, use something like Optional from guava.

Discussion


Log in to post a comment.