From: Robert Klemme Date: 2005-10-06T00:56:47+09:00 Subject: Re: Object Orientation Krekna Mektek wrote: > By the way, why are methods not named following the lowercaseUppercase > convention, as in Java? > This way I can see more directly that something is a method, and not > an instance variable. > > I'd like to do it that way, but am not sure if this is against some > Ruby philosophy.. No problem with that. It's just, um, that you will die a slow and painful death if you use CamelCase. Don't ask me how it works - it's Matz Magic(TM) built right into your Ruby runtime. Seriously, I'd just stick with the convention. Makes things easier for other folks reading your code. When in Rome, do as the Romans do... Kind regards robert