Just found an company internal API littered with `...
# random
m
Just found an company internal API littered with
Optional
fields. So glad I'm only visiting this part of the code.
To add insult to injury, the class consists of 3 optionals and one sorted map (and I'm so glad they didn't use Optional in there, too).
r
We urgently need compiler plugin that will write
Optiinal.fromNullable
for us 😆