Talk:Local Declaration Guidelines

Revision as of 11:43, 9 January 2009 by Clemahieu (Talk | contribs) (New page: What about putting the character at the end of variable name instead of the beginning? Prepending seems similar to prefixing features with the class name which we don't do, or the C way o...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

What about putting the character at the end of variable name instead of the beginning? Prepending seems similar to prefixing features with the class name which we don't do, or the C way of prepending things with _variable.

I don't know, maybe it's just a preference but I don't like l_ at the beginning of all local variables I use.