We should never use `null`s to represent something that may be empty. We should use [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)s instead.
We should never use
nulls to represent something that may be empty. We should use Optionals instead.