Newbie question :man-facepalming::skin-tone-2: I c...
# arrow
e
Newbie question 🤦🏻‍♂️ I came from Java. There we had beautiful
NullPointerExceptions
(ironic) Then the Optional arrived and I tried to use that when was appropriate. Then I started with Kotlin, without Optional but a much more better <IMHO> approach for nulls. I gave up with Optionals. Then I learn Arrow, and there is an
Option
again. Yes, is not the same as in Java, is much more idiomatic and not a patch (that Java
Optional
is) but well, I am confused, so may someone give some advise on this issue? Thanks a lot