Obi Ezechukwu‘s blog High-Octane Java recently featured the post Compact Equals, which compares an implementation of a Java class’s overridden equals method in traditional form versus one implemented ...
It's a spectacularly terrible idea. I'm not exaggerating--it's a really, really, really, really bad and obfuscatory way of doing something that is trivial and straightforward to do otherwise. The ...