Re: Aesthetically pleasing identifier names
- Posted by D. Newhall <derek_newhall at yahoo.com> Mar 04, 2005
- 526 views
I used to use CamelCaps but now I've switched to foo_bar instead of FooBar for most identifiers. However, it depends on the language I'm using as I try to keep a similar naming convention to how the language tends to do it (although I can't stand fooBar since I think it's stupid to leave the first character of a word you'd normally capitalize lowercase even though you capitalize everything else, Java does this). In Euphoria it's almost always foo_bar since all the standard libraries use this method.