From: Jamey Cribbs Date: 2006-01-21T04:41:21+09:00 Subject: Re: camelCase vs ruby_case Zach wrote: > Once I started programming in ruby, I was a little surprised at the > use of the underscore, but I'm wondering the sentiments of the > programmers out there. Do you prefer word breaks by underscore or > case? Does is look more readable? Does anything else irk you with > Camel Case and/or Ruby's preference? I used to do camelCase, mainly when I programmed mostly in Python. A while ago I switched over to ruby_case, and I prefer it over camelCase. To me, the underscore just makes method names and variable names easier to read. HTH, Jamey Cribbs Confidentiality Notice: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information. If you are not the intended recipient(s), you are hereby notified that any dissemination, unauthorized review, use, disclosure or distribution of this email and any materials contained in any attachments is prohibited. If you receive this message in error, or are not the intended recipient(s), please immediately notify the sender by email and destroy all copies of the original message, including attachments.