|
|
|
|
|
by hn_throwaway_99
1168 days ago
|
|
Pretty hard disagree. There are fundamentally different definitions of "equal", and pretty much all languages I can think of support that (e.g. reference equality vs. Object.equals in Java). You can argue that triple equals is a confusing syntax, but the underlying problem is inherent in the world we live in. |
|
To me this is the problem with triple equals. The different types of equality should be explicit in their use rather than overloading a sigil.