Join Slack
Powered by
Daily n00b reminder that referential equality is =...
# getting-started
a
adam-mcneilly
12/28/2016, 7:52 PM
Daily n00b reminder that referential equality is ===. Don't use
if (this == other)
in your .equals() method unless you want a StackOverflowException 😅
😁 2
Open in Slack
Previous
Next