Click here to Skip to main content
15,893,381 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: Intervention: Coding Guidelines Pin
honey the codewitch2-Apr-19 5:43
mvahoney the codewitch2-Apr-19 5:43 
GeneralRe: Intervention: Coding Guidelines Pin
Ravi Bhavnani2-Apr-19 10:09
professionalRavi Bhavnani2-Apr-19 10:09 
GeneralRe: Intervention: Coding Guidelines Pin
Tui Alexandre4-Apr-19 4:34
Tui Alexandre4-Apr-19 4:34 
GeneralRe: Intervention: Coding Guidelines Pin
Ron Anders2-Apr-19 6:37
Ron Anders2-Apr-19 6:37 
GeneralRe: Intervention: Coding Guidelines Pin
  Forogar  2-Apr-19 7:00
professional  Forogar  2-Apr-19 7:00 
GeneralRe: Intervention: Coding Guidelines Pin
honey the codewitch2-Apr-19 7:04
mvahoney the codewitch2-Apr-19 7:04 
GeneralRe: Intervention: Coding Guidelines Pin
Maximilien2-Apr-19 4:31
Maximilien2-Apr-19 4:31 
GeneralRe: Intervention: Coding Guidelines Pin
Gary Wheeler2-Apr-19 7:16
Gary Wheeler2-Apr-19 7:16 
The style guidelines for my group are a little over one page in length, and are mostly naming conventions. I can summarize them as follows:
  • Names should not rely on tribal knowledge for interpretation (use whole words).
  • Non-local names should use Pascal or camel case.
  • Local names should be in lower case.
  • If it's public, capitalize the name.
  • If it's private/protected, prefix the name with an underscore.
  • Acronyms embedded in a name should be prefixed and/or suffixed by an underscore to ensure the acronym is readable.
  • Hungarian notation is strongly discouraged.
  • Above all, BE CONSISTENT.
We don't prescribe brace style or other formatting (e.g. tabs), source organization, language features, or most of the other things that people argue about.
Software Zen: delete this;

GeneralRe: Intervention: Coding Guidelines Pin
PIEBALDconsult2-Apr-19 13:35
mvePIEBALDconsult2-Apr-19 13:35 
GeneralRe: Intervention: Coding Guidelines Pin
Gary Wheeler3-Apr-19 1:16
Gary Wheeler3-Apr-19 1:16 
GeneralRe: Intervention: Coding Guidelines Pin
PeejayAdams2-Apr-19 4:39
PeejayAdams2-Apr-19 4:39 
GeneralRe: Intervention: Coding Guidelines Pin
honey the codewitch2-Apr-19 4:44
mvahoney the codewitch2-Apr-19 4:44 
GeneralRe: Intervention: Coding Guidelines Pin
jsc422-Apr-19 5:46
professionaljsc422-Apr-19 5:46 
GeneralRe: Intervention: Coding Guidelines Pin
Gary Wheeler2-Apr-19 7:18
Gary Wheeler2-Apr-19 7:18 
GeneralRe: Intervention: Coding Guidelines Pin
Jeroen_R3-Apr-19 22:45
Jeroen_R3-Apr-19 22:45 
QuestionRe: Intervention: Coding Guidelines Pin
ZurdoDev2-Apr-19 4:51
professionalZurdoDev2-Apr-19 4:51 
AnswerRe: Intervention: Coding Guidelines Pin
honey the codewitch2-Apr-19 4:57
mvahoney the codewitch2-Apr-19 4:57 
GeneralRe: Intervention: Coding Guidelines Pin
steveb2-Apr-19 4:53
mvesteveb2-Apr-19 4:53 
GeneralRe: Intervention: Coding Guidelines Pin
honey the codewitch2-Apr-19 4:56
mvahoney the codewitch2-Apr-19 4:56 
GeneralRe: Intervention: Coding Guidelines Pin
KarstenK2-Apr-19 4:57
mveKarstenK2-Apr-19 4:57 
GeneralRe: Intervention: Coding Guidelines Pin
honey the codewitch2-Apr-19 5:44
mvahoney the codewitch2-Apr-19 5:44 
GeneralRe: Intervention: Coding Guidelines Pin
KarstenK2-Apr-19 5:50
mveKarstenK2-Apr-19 5:50 
GeneralRe: Intervention: Coding Guidelines Pin
honey the codewitch2-Apr-19 6:01
mvahoney the codewitch2-Apr-19 6:01 
GeneralRe: Intervention: Coding Guidelines Pin
KarstenK2-Apr-19 6:16
mveKarstenK2-Apr-19 6:16 
GeneralRe: Intervention: Coding Guidelines Pin
Daniel Pfeffer2-Apr-19 5:27
professionalDaniel Pfeffer2-Apr-19 5:27 

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.