Click here to Skip to main content
15,890,557 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Damn c# { }'s Pin
The-Great-Kazoo24-Apr-15 3:12
professionalThe-Great-Kazoo24-Apr-15 3:12 
GeneralRe: Damn c# { }'s Pin
Adam P L24-Apr-15 3:26
professionalAdam P L24-Apr-15 3:26 
AnswerRe: Damn c# { }'s Pin
Member1114025824-Apr-15 3:56
Member1114025824-Apr-15 3:56 
GeneralRe: Damn c# { }'s Pin
Alexander DiMauro24-Apr-15 4:47
Alexander DiMauro24-Apr-15 4:47 
GeneralRe: Damn c# { }'s Pin
patbob24-Apr-15 5:16
patbob24-Apr-15 5:16 
GeneralRe: Damn c# { }'s Pin
User 483504724-Apr-15 5:23
User 483504724-Apr-15 5:23 
GeneralRe: Damn c# { }'s Pin
fglenn24-Apr-15 6:15
fglenn24-Apr-15 6:15 
GeneralRe: Damn c# { }'s Pin
James Curran24-Apr-15 7:04
James Curran24-Apr-15 7:04 
Obviously, you are using the god-forsaken "K&R" bracing style
C#
if (condition) {
/// stuff
}

When you choose a coding style based on readability rather than historic fanboy popularity, these problems go away:
C#
if (condition)
{
      // Stuff
}
Truth,

James

GeneralRe: Damn c# { }'s Pin
Member 460224124-Apr-15 7:07
Member 460224124-Apr-15 7:07 
GeneralRe: Damn c# { }'s Pin
Mark Miller24-Apr-15 7:10
Mark Miller24-Apr-15 7:10 
GeneralRe: Damn c# { }'s Pin
Member 1055573527-Apr-15 5:36
Member 1055573527-Apr-15 5:36 
GeneralRe: Damn c# { }'s Pin
brianriggan24-Apr-15 8:18
brianriggan24-Apr-15 8:18 
GeneralRe: Damn c# { }'s Pin
nocturns224-Apr-15 9:29
nocturns224-Apr-15 9:29 
GeneralRe: Damn c# { }'s Pin
Umair Zuberi25-Apr-15 2:15
Umair Zuberi25-Apr-15 2:15 
GeneralRe: Damn c# { }'s Pin
pt140125-Apr-15 21:02
pt140125-Apr-15 21:02 
GeneralRe: Damn c# { }'s Pin
Frank Peelo25-Apr-15 22:57
Frank Peelo25-Apr-15 22:57 
GeneralThe pleasure of :: Pin
W Balboos, GHB23-Apr-15 9:04
W Balboos, GHB23-Apr-15 9:04 
GeneralRe: The pleasure of :: Pin
Mike Hankey23-Apr-15 9:30
mveMike Hankey23-Apr-15 9:30 
JokeRe: The pleasure of :: Pin
ZurdoDev23-Apr-15 10:19
professionalZurdoDev23-Apr-15 10:19 
GeneralRe: The pleasure of :: (required reply) Pin
W Balboos, GHB24-Apr-15 1:09
W Balboos, GHB24-Apr-15 1:09 
GeneralRe: The pleasure of :: Pin
Brisingr Aerowing23-Apr-15 10:59
professionalBrisingr Aerowing23-Apr-15 10:59 
GeneralRe: The pleasure of :: Pin
Marc Clifton23-Apr-15 11:46
mvaMarc Clifton23-Apr-15 11:46 
GeneralRe: The pleasure of :: Pin
Jeremy Falcon23-Apr-15 12:18
professionalJeremy Falcon23-Apr-15 12:18 
GeneralRe: The pleasure of :: Pin
W Balboos, GHB24-Apr-15 1:19
W Balboos, GHB24-Apr-15 1:19 
GeneralThought of the day Pin
OriginalGriff23-Apr-15 5:57
mveOriginalGriff23-Apr-15 5:57 

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.