On 3/25/07, Brian Candler <B.Candler / pobox.com> wrote: > > Methods names are, well, just names. The methods work the same whatever you > call them. You can argue that one is more obvious than the other, or easier Strongly disagree - method names are the user interface to your language, and as such pretty important. Also, a bad decision gets progressively harder to undo, so they're worth taking some time and trouble over. martin