You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
Picking up a discussion from the last pull-request: How strictly do we want to avoid null? One way of doing things would be to always treat null as an error; so all optional things should be an Optional.
But some APIs might return null requiring us to constantly wrap things into Optional. Also, inside some class or method null is probably fine...
The text was updated successfully, but these errors were encountered:
thovid
added
question
Further information is requested
discuss
A raw concept that needs discussion whether it is a good addition.
labels
Mar 12, 2018
Picking up a discussion from the last pull-request: How strictly do we want to avoid
null
? One way of doing things would be to always treatnull
as an error; so all optional things should be anOptional
.But some APIs might return
null
requiring us to constantly wrap things intoOptional
. Also, inside some class or methodnull
is probably fine...The text was updated successfully, but these errors were encountered: