Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
cdmckay
on May 2, 2014
|
parent
|
context
|
favorite
| on:
An Opinionated Guide to Modern Java Development, P...
Or make == call .equals and add a .referenceEquals method for the case where you actually want to check for reference equality.
This is what Scala and C# do.
lmm
on May 2, 2014
[–]
That would indeed be nice, but is incompatible with Java's approach to backwards compatibility.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This is what Scala and C# do.