Click here to Skip to main content
15,881,139 members

Survey Results

Braces around single line commands. Needed or not?

Survey period: 12 Feb 2018 to 19 Feb 2018

It's just about the braces. Not about whether the leading brace should or should not be on the same line as the conditional. One war at a time.

OptionVotes% 
I prefer

if (condition)
  statement;
21323.20
I prefer

if (condition)
{
  statement;
}
54158.93
It depends16417.86



 
GeneralRe: The usual b&tching Pin
W Balboos, GHB12-Feb-18 2:13
W Balboos, GHB12-Feb-18 2:13 
GeneralRe: The usual b&tching Pin
ZurdoDev12-Feb-18 2:16
professionalZurdoDev12-Feb-18 2:16 
GeneralRe: The usual b&tching Pin
W Balboos, GHB12-Feb-18 2:21
W Balboos, GHB12-Feb-18 2:21 
GeneralRe: The usual b&tching Pin
ZurdoDev12-Feb-18 2:31
professionalZurdoDev12-Feb-18 2:31 
GeneralRe: The usual b&tching Pin
W Balboos, GHB12-Feb-18 2:32
W Balboos, GHB12-Feb-18 2:32 
GeneralRe: The usual b&tching Pin
CodeWraith12-Feb-18 2:43
CodeWraith12-Feb-18 2:43 
GeneralRe: The usual b&tching Pin
W Balboos, GHB12-Feb-18 2:44
W Balboos, GHB12-Feb-18 2:44 
GeneralRe: The usual b&tching Pin
Chris Maunder12-Feb-18 9:39
cofounderChris Maunder12-Feb-18 9:39 
Note the explanation under the heading: "It's just about the braces. Not about whether the leading brace should or should not be on the same line as the conditional. One war at a time."

I chose "It depends" instead of having 15 other options purely to focus the debate on the important question and not let it get dragged off into the weeds.
cheers
Chris Maunder

GeneralRe: The usual b&tching Pin
bryce12-Feb-18 17:59
bryce12-Feb-18 17:59 
GeneralRe: The usual b&tching Pin
W Balboos, GHB13-Feb-18 0:26
W Balboos, GHB13-Feb-18 0:26 
GeneralTo be extra confusing... Pin
Graham Breach11-Feb-18 22:55
Graham Breach11-Feb-18 22:55 
GeneralAlternative 3 Pin
Jonas Hammarberg11-Feb-18 21:44
professionalJonas Hammarberg11-Feb-18 21:44 
PraiseRe: Alternative 3 Pin
CPallini14-Feb-18 7:40
mveCPallini14-Feb-18 7:40 
GeneralOK, so I'm a pedant, but really... Pin
A_Griffin11-Feb-18 21:21
A_Griffin11-Feb-18 21:21 
GeneralRe: OK, so I'm a pedant, but really... Pin
Nathan Minier12-Feb-18 1:12
professionalNathan Minier12-Feb-18 1:12 
GeneralRe: OK, so I'm a pedant, but really... Pin
A_Griffin12-Feb-18 1:19
A_Griffin12-Feb-18 1:19 
GeneralRe: OK, so I'm a pedant, but really... Pin
Nathan Minier12-Feb-18 1:26
professionalNathan Minier12-Feb-18 1:26 
GeneralRe: OK, so I'm a pedant, but really... PinPopular
ZurdoDev12-Feb-18 2:12
professionalZurdoDev12-Feb-18 2:12 
GeneralRe: OK, so I'm a pedant, but really... Pin
A_Griffin12-Feb-18 2:36
A_Griffin12-Feb-18 2:36 
GeneralRe: OK, so I'm a pedant, but really... Pin
PIEBALDconsult12-Feb-18 2:40
mvePIEBALDconsult12-Feb-18 2:40 
GeneralRe: OK, so I'm a pedant, but really... Pin
ZurdoDev12-Feb-18 2:55
professionalZurdoDev12-Feb-18 2:55 
GeneralRe: OK, so I'm a pedant, but really... Pin
ZurdoDev12-Feb-18 2:56
professionalZurdoDev12-Feb-18 2:56 
GeneralI prefer the missing option Pin
KarstenK11-Feb-18 20:22
mveKarstenK11-Feb-18 20:22 
GeneralRe: I prefer the missing option Pin
den2k8811-Feb-18 22:31
professionalden2k8811-Feb-18 22:31 
GeneralRe: I prefer the missing option Pin
W Balboos, GHB12-Feb-18 0:25
W Balboos, GHB12-Feb-18 0:25 

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.