Talk:Naming convention (programming)
Appearance
Deleted
"Identifiers representing macros in C and C++ are, by convention, written using only upper case letters." This is not true. __cplusplus for example is an all lower case standard macro. The all-caps macros are found primarily in Microsoft code, and adopted from them. C++ has very loose style guides. For the most part, everyone's is a little bit different.
The comment on Underscore being harder to access sounds pretty bull. On most keyboards, shift+- is the access key, and itM's certainly not that inaccessible (compared to ctrl+Shift or AltCar...)Circeus 18:55, 31 January 2006 (UTC)
The comment about programmers being lazy for typing long identifiers is subjetive. 11:31, 2 March 2006 (GMT -5)