Daily n00b reminder that referential equality is =...
# getting-started
a
Daily n00b reminder that referential equality is ===. Don't use
if (this == other)
in your .equals() method unless you want a StackOverflowException 😅
😁 2