c45615f0a0
Null tolerance is a plague. I wish `String` did not admit nulls and we had to use Optional<String> for potentially null strings, but Java will forever be cursed with the billion dollar mistake.