Click here to Skip to main content
15,895,746 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: Coding standards: curly bracket style Pin
OriginalGriff15-Sep-16 2:58
mveOriginalGriff15-Sep-16 2:58 
GeneralRe: Coding standards: curly bracket style Pin
Ri_16-Sep-16 0:28
Ri_16-Sep-16 0:28 
GeneralRe: Coding standards: curly bracket style Pin
Tim Carmichael15-Sep-16 2:57
Tim Carmichael15-Sep-16 2:57 
GeneralRe: Coding standards: curly bracket style Pin
Foothill15-Sep-16 3:25
professionalFoothill15-Sep-16 3:25 
GeneralRe: Coding standards: curly bracket style Pin
#realJSOP15-Sep-16 5:34
mve#realJSOP15-Sep-16 5:34 
GeneralRe: Coding standards: curly bracket style Pin
PeejayAdams15-Sep-16 5:51
PeejayAdams15-Sep-16 5:51 
GeneralRe: Coding standards: curly bracket style Pin
Robert Blair18-Sep-16 14:12
Robert Blair18-Sep-16 14:12 
GeneralRe: Coding standards: curly bracket style Pin
kalberts16-Sep-16 1:24
kalberts16-Sep-16 1:24 
During my first year as a CompSci student, I got hold of a 'large' program: The 'Open Source' Pascal compiler, written in itself (yes, open source did exist before Linux! What Linux did was introducing the term) from ETH. In those days, a Pascal program couldn't be broken into modules: Everything had to be put into a single source file, even if it was a 20-30 kloc compiler.

This compiler source code was very consistent in the coding style of the tokenizer and parser. It was also very consistent in the semantic analysis. And it was highly consistent in the code generating functions. Three quite different, but very consistent coding styles, within a single source file. Even today I am surprised that they managed to keep it that way, without messing up each other's coding style. (I assume that there must have been three guys resposible for one part each.)
GeneralRe: Coding standards: curly bracket style Pin
Nagy Vilmos15-Sep-16 3:02
professionalNagy Vilmos15-Sep-16 3:02 
GeneralRe: Coding standards: curly bracket style Pin
MarkTJohnson15-Sep-16 3:22
professionalMarkTJohnson15-Sep-16 3:22 
GeneralRe: Coding standards: curly bracket style Pin
charlieg15-Sep-16 3:23
charlieg15-Sep-16 3:23 
GeneralRe: Coding standards: curly bracket style Pin
Foothill15-Sep-16 3:29
professionalFoothill15-Sep-16 3:29 
GeneralRe: Coding standards: curly bracket style Pin
Nish Nishant15-Sep-16 3:33
sitebuilderNish Nishant15-Sep-16 3:33 
GeneralRe: Coding standards: curly bracket style Pin
OriginalGriff15-Sep-16 3:41
mveOriginalGriff15-Sep-16 3:41 
GeneralRe: Coding standards: curly bracket style Pin
PeejayAdams15-Sep-16 4:13
PeejayAdams15-Sep-16 4:13 
GeneralRe: Coding standards: curly bracket style Pin
OriginalGriff15-Sep-16 4:26
mveOriginalGriff15-Sep-16 4:26 
GeneralRe: Coding standards: curly bracket style Pin
PeejayAdams15-Sep-16 4:45
PeejayAdams15-Sep-16 4:45 
GeneralRe: Coding standards: curly bracket style Pin
Jörgen Andersson15-Sep-16 6:43
professionalJörgen Andersson15-Sep-16 6:43 
GeneralRe: Coding standards: curly bracket style Pin
TNCaver16-Sep-16 4:22
TNCaver16-Sep-16 4:22 
GeneralRe: Coding standards: curly bracket style Pin
PauloJuanShirt15-Sep-16 3:48
PauloJuanShirt15-Sep-16 3:48 
GeneralRe: Coding standards: curly bracket style Pin
Vark11115-Sep-16 5:20
Vark11115-Sep-16 5:20 
GeneralRe: Coding standards: curly bracket style Pin
Joe Woodbury15-Sep-16 5:54
professionalJoe Woodbury15-Sep-16 5:54 
GeneralRe: Coding standards: curly bracket style Pin
Dan Neely15-Sep-16 5:54
Dan Neely15-Sep-16 5:54 
GeneralRe: Coding standards: curly bracket style Pin
Vark11115-Sep-16 7:17
Vark11115-Sep-16 7:17 
GeneralRe: Coding standards: curly bracket style Pin
VirtualJack15-Sep-16 22:34
VirtualJack15-Sep-16 22:34 

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.