Gjum / Gjum/SnitchMod

Refactoring: switch every explicit "= null" to using Optional

Open
#52 3 comments 1 reaction 0 assignees View on GitHub
good first issue
Dominant language
Java
Stars
6
Forks
13
PR merge metrics
No merged PRs in 30d

Description

We should never use `null`s to represent something that may be empty. We should use [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)s instead.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.