From: "M. Edward (Ed) Borasky" Date: 2009-02-17T02:01:36+09:00 Subject: Re: What are your favorite Ruby features? On Mon, Feb 16, 2009 at 8:29 AM, Jesús Gabriel y Galán wrote: > I think this is a matter of opinion and getting used to things, > there's no right or wrong here. > I am quite happy with that notation. For my eyes it's easier to parse > the words because they are physically separated. For me it's > beautiful_like_heaven_notation, as opposed to uglyLikeHellNotation :-) > > Jesus. +1 ... I much prefer the Ruby / Rails convention. But you really need to use whatever convention / programming style is in use on the *project*. If it's a project that uses words_separated_by_underscores, do that. If the first letter of a variableName is lower case, do that. If underscore.is.not.a.letter.like.earlier.versions.of.R.but.dot.is.a.letter then do that, etc. :) -- M. Edward (Ed) Borasky I've never met a happy clam. In fact, most of them were pretty steamed.