Click here to Skip to main content
15,887,027 members

Survey Results

Do you wrap single line statements in braces (or begin/end)?   [Edit]

Survey period: 16 May 2011 to 23 May 2011

Do you:

if (condition)
    statement
or
if (condition)
{
    statement
}
(Replace {}'s with Begin/End or whatever is appropriate for your language du jour)

OptionVotes% 
I always wrap single line statements95548.04
I sometimes wrap single line statements57328.82
I never wrap single line statements - only multiple lines get wrapped.46023.14



 
GeneralRe: Neither Pin
peterchen16-May-11 23:51
peterchen16-May-11 23:51 
GeneralRe: Neither Pin
Mladen Janković17-May-11 4:52
Mladen Janković17-May-11 4:52 
GeneralNope PinPopular
OriginalGriff16-May-11 3:55
mveOriginalGriff16-May-11 3:55 
GeneralRe: Nope Pin
Albert Holguin16-May-11 7:21
professionalAlbert Holguin16-May-11 7:21 
GeneralRe: Nope Pin
Mike Hankey16-May-11 9:07
mveMike Hankey16-May-11 9:07 
GeneralRe: Nope Pin
OriginalGriff16-May-11 9:16
mveOriginalGriff16-May-11 9:16 
GeneralRe: Nope Pin
Mike Hankey16-May-11 9:46
mveMike Hankey16-May-11 9:46 
GeneralRe: Nope Pin
OriginalGriff16-May-11 9:49
mveOriginalGriff16-May-11 9:49 
GeneralRe: Nope Pin
Johnny J.16-May-11 21:02
professionalJohnny J.16-May-11 21:02 
GeneralRe: Nope Pin
OriginalGriff16-May-11 21:25
mveOriginalGriff16-May-11 21:25 
GeneralRe: Nope Pin
Geekian_senate16-May-11 13:22
Geekian_senate16-May-11 13:22 
GeneralRe: Nope Pin
Nagy Vilmos17-May-11 2:01
professionalNagy Vilmos17-May-11 2:01 
GeneralSince everyone brag about consistency and readability Pin
Mladen Janković16-May-11 3:39
Mladen Janković16-May-11 3:39 
GeneralRe: Since everyone brag about consistency and readability Pin
Nemanja Trifunovic16-May-11 4:01
Nemanja Trifunovic16-May-11 4:01 
GeneralRe: Since everyone brag about consistency and readability Pin
Jason Vetter16-May-11 5:05
Jason Vetter16-May-11 5:05 
GeneralRe: Since everyone brag about consistency and readability Pin
Nemanja Trifunovic16-May-11 6:22
Nemanja Trifunovic16-May-11 6:22 
JokeRe: Since everyone brag about consistency and readability PinPopular
W Balboos, GHB16-May-11 7:38
W Balboos, GHB16-May-11 7:38 
GeneralRe: Since everyone brag about consistency and readability PinPopular
Jun Du16-May-11 4:14
Jun Du16-May-11 4:14 
GeneralRe: Since everyone brag about consistency and readability Pin
Mladen Janković16-May-11 5:08
Mladen Janković16-May-11 5:08 
GeneralRe: Since everyone brag about consistency and readability Pin
Jun Du16-May-11 6:31
Jun Du16-May-11 6:31 
GeneralRe: Since everyone brag about consistency and readability Pin
Mladen Janković16-May-11 6:42
Mladen Janković16-May-11 6:42 
GeneralRe: Since everyone brag about consistency and readability Pin
Chris Losinger16-May-11 11:41
professionalChris Losinger16-May-11 11:41 
GeneralRe: Since everyone brag about consistency and readability Pin
Mladen Janković16-May-11 22:49
Mladen Janković16-May-11 22:49 
GeneralRe: Since everyone brag about consistency and readability Pin
Kevin McFarlane21-May-11 6:25
Kevin McFarlane21-May-11 6:25 
GeneralAlways, always Pin
BillW3316-May-11 3:04
professionalBillW3316-May-11 3:04 

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.