Click here to Skip to main content
15,897,032 members

Survey Results

Do you have formal coding guidelines in your company?   [Edit]

Survey period: 29 Aug 2005 to 4 Sep 2005

Do you have guidelines explaining coding standards such as naming conventions, error handling and inline documentation requirements, or is it every man for themselves?

OptionVotes% 
Yes, and they must be adhered to22822.18
Yes, but they are fairly casual29228.40
No, we just try to be consistent with one another31730.84
No19118.58



 
GeneralRe: Consistency Pin
Elrond31-Aug-05 1:47
Elrond31-Aug-05 1:47 
GeneralRe: Consistency Pin
Xiangyang Liu 刘向阳31-Aug-05 13:02
Xiangyang Liu 刘向阳31-Aug-05 13:02 
GeneralRe: Consistency Pin
Marc Clifton31-Aug-05 15:50
mvaMarc Clifton31-Aug-05 15:50 
GeneralRe: Consistency Pin
Xiangyang Liu 刘向阳31-Aug-05 23:33
Xiangyang Liu 刘向阳31-Aug-05 23:33 
GeneralRe: Consistency Pin
Marc Clifton1-Sep-05 1:42
mvaMarc Clifton1-Sep-05 1:42 
GeneralRe: Consistency Pin
Judah Gabriel Himango1-Sep-05 9:37
sponsorJudah Gabriel Himango1-Sep-05 9:37 
GeneralEmbrace Convention Pin
Daniel Vaughan29-Aug-05 16:45
Daniel Vaughan29-Aug-05 16:45 
GeneralCoding guidelines != naming conventions Pin
Nemanja Trifunovic30-Aug-05 4:21
Nemanja Trifunovic30-Aug-05 4:21 
I can't say it surprises me any more, but developers are spending way too much energy on less important aspects of coding standards/guidelines, like naming conventions. It is not that important whether to prefix a member variable with m_. A much more important thing is to design your types correctly, to write exception-safe code, to document your work properly, to have code reviews...

Definitely the best book on coding standards[^] (C++ specific) I am aware of does not even mention things like naming conventions and placement of curly braces.



My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

-- modified at 10:22 Tuesday 30th August, 2005
GeneralRe: Coding guidelines != naming conventions Pin
Jörgen Sigvardsson30-Aug-05 10:40
Jörgen Sigvardsson30-Aug-05 10:40 
GeneralConventions for Artists!! Pin
Ali Iqbal Khan29-Aug-05 4:25
Ali Iqbal Khan29-Aug-05 4:25 
GeneralRe: Conventions for Artists!! Pin
Shog929-Aug-05 7:05
sitebuilderShog929-Aug-05 7:05 
GeneralRe: Conventions for Artists!! Pin
Jörgen Sigvardsson30-Aug-05 10:43
Jörgen Sigvardsson30-Aug-05 10:43 
GeneralRe: Conventions for Artists!! Pin
Alvaro Mendez29-Aug-05 9:12
Alvaro Mendez29-Aug-05 9:12 
GeneralRe: Conventions for Artists!! Pin
Sarvesvara (BVKS) Dasa29-Aug-05 15:28
Sarvesvara (BVKS) Dasa29-Aug-05 15:28 
GeneralRe: Conventions for Artists!! Pin
John M. Drescher29-Aug-05 16:32
John M. Drescher29-Aug-05 16:32 
GeneralRe: Conventions for Artists!! Pin
Sarvesvara (BVKS) Dasa2-Sep-05 17:34
Sarvesvara (BVKS) Dasa2-Sep-05 17:34 
GeneralReaching consensus Pin
Nemanja Trifunovic29-Aug-05 2:25
Nemanja Trifunovic29-Aug-05 2:25 
GeneralRe: Reaching consensus Pin
Paul Watson29-Aug-05 3:23
sitebuilderPaul Watson29-Aug-05 3:23 
GeneralRe: Reaching consensus Pin
Gary Wheeler29-Aug-05 7:08
Gary Wheeler29-Aug-05 7:08 
GeneralWhat code casing style do you follow? Pin
Ali Iqbal Khan28-Aug-05 23:24
Ali Iqbal Khan28-Aug-05 23:24 
GeneralRe: What code casing style do you follow? Pin
Gavin Greig28-Aug-05 23:39
Gavin Greig28-Aug-05 23:39 
GeneralRe: What code casing style do you follow? Pin
Paul Watson29-Aug-05 1:23
sitebuilderPaul Watson29-Aug-05 1:23 
GeneralRe: What code casing style do you follow? Pin
Gavin Greig29-Aug-05 2:07
Gavin Greig29-Aug-05 2:07 
GeneralRe: What code casing style do you follow? Pin
Paul Watson29-Aug-05 3:22
sitebuilderPaul Watson29-Aug-05 3:22 
GeneralRe: What code casing style do you follow? Pin
Ravi Bhavnani29-Aug-05 1:36
professionalRavi Bhavnani29-Aug-05 1:36 

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.