From: Martin DeMello Date: 2007-03-25T07:18:04+09:00 Subject: Re: Suggestion: swap name of "puts" and "print" and rename "puts" to "put_s" On 3/25/07, Brian Candler 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