method names starting with uppercase
Status: Alpha
Brought to you by:
dney
IIRC I read in some ruby manual that it is recommended
to start method names with a lowercase letter (which is
also what my syntax highlighting config assumes),
because names starting with uppercase could cause some
problems.
I had myself no problems with method names starting
with uppercase letters. On the other hand, it could be
a good idea for a library to follow the conventions
even if the uppercase letters were no problem at all.
Since all the methods I have seen start with uppercase
X it should cause no interface problems to change to
lowercase x, imho.
Logged In: YES
user_id=404997
Really not that serious:
http://www.rubycentral.com/book/tut_methods.html#S1