Hacker News new | ask | show | jobs
Stop Returning Null in Java (codebyamir.com)
3 points by steelcityamir 3221 days ago
1 comments

Also try to use the @NonNull and @Nullable annotations together with the checker framwork[1] to extend the java typesystem to avoid not dealing with nulls.

[1] https://checkerframework.org/