Click here to Skip to main content
15,913,408 members

Survey Results

Coding style: How do you name your local variables?   [Edit]

Survey period: 3 Apr 2006 to 9 Apr 2006

What's your convention de jour for your locals?

OptionVotes% 
Pascal Cased17110.56
camel Cased70243.36
Fixed letter prefix (eg lLocal)815.00
Hungarian prefix (eg strLocal)48229.77
Scope prefix (eg l_Local)362.22
Scope and Hungarian prefix (eg l_strLocal)1257.72

View optional text answers (100 answers)


 
GeneralRe: X Pin
Guy Rousseau7-Apr-06 4:05
Guy Rousseau7-Apr-06 4:05 
GeneralRe: X Pin
super_ttd9-Apr-06 6:29
super_ttd9-Apr-06 6:29 
GeneralA mixture Pin
Ray Cassick3-Apr-06 5:15
Ray Cassick3-Apr-06 5:15 
GeneralRe: A mixture Pin
jcrussell3-Apr-06 15:02
jcrussell3-Apr-06 15:02 
GeneralRe: A mixture Pin
Thomas Freudenberg4-Apr-06 8:06
Thomas Freudenberg4-Apr-06 8:06 
GeneralRe: A mixture Pin
Ray Cassick4-Apr-06 11:51
Ray Cassick4-Apr-06 11:51 
GeneralDifferentiating between parameters and locals Pin
Chris Maunder3-Apr-06 3:38
cofounderChris Maunder3-Apr-06 3:38 
GeneralRe: Differentiating between parameters and locals Pin
Ryan Roberts3-Apr-06 4:28
Ryan Roberts3-Apr-06 4:28 
Chris Maunder wrote:

Maybe I should just install Visual Assist X


Yeah, mine are purple, thanks to Resharper Smile | :)

Ryan

"Michael Moore and Mel Gibson are the same person, except for a few sit-ups. Moore thought his cheesy political blooper reel was going to tell people how to vote. Mel thought that his little gay SM movie about his imaginary friend was going to help him get to heaven."
- Penn Jillette

GeneralRe: Differentiating between parameters and locals Pin
majahanson3113-Apr-06 5:30
majahanson3113-Apr-06 5:30 
GeneralRe: Differentiating between parameters and locals Pin
Kevin McFarlane3-Apr-06 10:06
Kevin McFarlane3-Apr-06 10:06 
GeneralRe: Differentiating between parameters and locals Pin
Shog94-Apr-06 15:59
sitebuilderShog94-Apr-06 15:59 
GeneralRe: Differentiating between parameters and locals Pin
toxcct4-Apr-06 0:56
toxcct4-Apr-06 0:56 
GeneralRe: Differentiating between parameters and locals Pin
John R. Shaw6-Apr-06 16:44
John R. Shaw6-Apr-06 16:44 
GeneralEveryone seems to use a mix Pin
Gary R. Wheeler3-Apr-06 2:45
Gary R. Wheeler3-Apr-06 2:45 
GeneralRe: Everyone seems to use a mix Pin
Rob Caldecott3-Apr-06 3:04
Rob Caldecott3-Apr-06 3:04 
GeneralRe: Everyone seems to use a mix Pin
Gary R. Wheeler3-Apr-06 5:31
Gary R. Wheeler3-Apr-06 5:31 
GeneralRe: Everyone seems to use a mix Pin
Nitron3-Apr-06 3:30
Nitron3-Apr-06 3:30 
GeneralRe: Everyone seems to use a mix Pin
Gary R. Wheeler3-Apr-06 5:32
Gary R. Wheeler3-Apr-06 5:32 
GeneralRe: Everyone seems to use a mix Pin
stephenbayer3-Apr-06 9:36
stephenbayer3-Apr-06 9:36 
GeneralRe: Everyone seems to use a mix Pin
Gary R. Wheeler3-Apr-06 15:34
Gary R. Wheeler3-Apr-06 15:34 
GeneralWhy camelCased? Pin
QuiJohn3-Apr-06 2:32
QuiJohn3-Apr-06 2:32 
GeneralRe: Why camelCased? Pin
Ryan Roberts3-Apr-06 3:01
Ryan Roberts3-Apr-06 3:01 
GeneralRe: Why camelCased? Pin
QuiJohn3-Apr-06 5:59
QuiJohn3-Apr-06 5:59 
GeneralRe: Why camelCased? Pin
Ryan Roberts3-Apr-06 6:41
Ryan Roberts3-Apr-06 6:41 
GeneralRe: Why camelCased? Pin
QuiJohn3-Apr-06 6:48
QuiJohn3-Apr-06 6:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.