On Sun, Nov 16, 2014 at 9:13 AM, Andrus Adamchik <[email protected]> wrote: >> "eq" with "is", > > I actually prefer "eq[uals]". Considering all other operations in the > Property class, "is" creates a bit of asymmetry IMO.
The problem with "equals" is it has other connotations in Java, otherwise I'd like it just fine. Of course, you could argue that "is" also has other Java connotations (JavaBeans is* method naming convention). mrg
