Click here to Skip to main content
15,903,540 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



 
GeneralAlways... Pin
CodingLover17-May-11 19:40
CodingLover17-May-11 19:40 
GeneralRe: I always wrap single line statements... Pin
RedSonja17-May-11 19:53
RedSonja17-May-11 19:53 
GeneralRe: I always wrap single line statements... Pin
Pong D. Panda20-May-11 19:19
Pong D. Panda20-May-11 19:19 
GeneralRe: I always wrap single line statements... Pin
Kevin McFarlane21-May-11 5:51
Kevin McFarlane21-May-11 5:51 
GeneralI always wrap Pin
Sheo Narayan17-May-11 6:06
Sheo Narayan17-May-11 6:06 
GeneralSchizo? PinPopular
quinton196917-May-11 4:25
quinton196917-May-11 4:25 
GeneralBased on code. PinPopular
Anton Levshunov17-May-11 1:35
Anton Levshunov17-May-11 1:35 
GeneralRe: Based on code. Pin
hfrmobile17-May-11 2:29
hfrmobile17-May-11 2:29 
I agree and voted with 5 Wink | ;-)
MCP, MCTS, MCPD
http://www.hfrmobile.com

GeneralThank you Stylecop PinPopular
Christoph Keller16-May-11 22:31
Christoph Keller16-May-11 22:31 
GeneralRe: Thank you Stylecop Pin
Ravi Sant17-May-11 2:09
Ravi Sant17-May-11 2:09 
GeneralRe: Thank you Stylecop Pin
hfrmobile17-May-11 2:44
hfrmobile17-May-11 2:44 
GeneralRe: Thank you Stylecop Pin
Christoph Keller17-May-11 2:58
Christoph Keller17-May-11 2:58 
GeneralRe: Thank you Stylecop Pin
hfrmobile19-May-11 12:13
hfrmobile19-May-11 12:13 
GeneralRe: Thank you Stylecop Pin
Christoph Keller19-May-11 22:53
Christoph Keller19-May-11 22:53 
GeneralTo wrap or not to wrap? Pin
Mauro Panigada16-May-11 22:03
Mauro Panigada16-May-11 22:03 
GeneralRe: To wrap or not to wrap? Pin
hfrmobile17-May-11 2:31
hfrmobile17-May-11 2:31 
GeneralRe: To wrap or not to wrap? Pin
RedSonja17-May-11 19:56
RedSonja17-May-11 19:56 
GeneralRe: To wrap or not to wrap? Pin
ArchKaine18-May-11 11:31
ArchKaine18-May-11 11:31 
GeneralRe: To wrap or not to wrap? Pin
Enrique Albert21-May-11 1:39
Enrique Albert21-May-11 1:39 
GeneralThis one made me laugh :) PinPopular
AlexCode16-May-11 21:17
professionalAlexCode16-May-11 21:17 
RantDoes it matter and who cares anyway. PinPopular
Paul Darlington16-May-11 21:09
Paul Darlington16-May-11 21:09 
GeneralRe: Does it matter and who cares anyway. Pin
RedSonja17-May-11 19:57
RedSonja17-May-11 19:57 
GeneralRe: Does it matter and who cares anyway. Pin
Paul Darlington17-May-11 21:09
Paul Darlington17-May-11 21:09 
GeneralRe: Does it matter and who cares anyway. Pin
Super Lloyd17-May-11 20:25
Super Lloyd17-May-11 20:25 
GeneralRe: Does it matter and who cares anyway. Pin
Pete O'Hanlon18-May-11 3:30
mvePete O'Hanlon18-May-11 3:30 

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.