On Thu, Oct 21, 2004 at 06:34:20PM +0900, Robert Klemme wrote: > > Which one would you prefer? Thanks. > > I'd stick with underscore style. IMHO readability is not really improved > with camel case (might depend on screen, font and coloring though) and the > only advantage is that you save some chars. Then, how about file names? Do you prefer underscore-style, too? For example: session_store.rb vs. SessionStore.rb Shouldn't they be named after the class (camelcase)? Regards, Michael