|
From: Lars H. <he...@se...> - 2010-02-04 15:03:52
|
Hi Johannes, > there is also the idea of Lars Heuer to just abolish equals() and > hashCode(). Comparison of TM constructs as well as comparison of objects > is then delegated to implementors. Well, my proposal was to remove hashCode() and equals() since they wouldn't be used by PHP anyway (i.e. if something is added as key to an array), but the behaviour of the implementations must be predictable of course (c.f. unit tests). Best regards, Lars -- Semagia <http://www.semagia.com> |