Click here to Skip to main content
15,896,727 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: What code casing style do you follow? Pin
toxcct29-Aug-05 2:05
toxcct29-Aug-05 2:05 
GeneralRe: What code casing style do you follow? Pin
Dale Thompson29-Aug-05 3:05
Dale Thompson29-Aug-05 3:05 
GeneralRe: What code casing style do you follow? Pin
Bob Stanneveld29-Aug-05 4:00
Bob Stanneveld29-Aug-05 4:00 
GeneralRe: What code casing style do you follow? Pin
jhwurmbach29-Aug-05 2:28
jhwurmbach29-Aug-05 2:28 
GeneralRe: What code casing style do you follow? Pin
Bob Stanneveld29-Aug-05 4:02
Bob Stanneveld29-Aug-05 4:02 
GeneralRe: What code casing style do you follow? Pin
tommazzo29-Aug-05 5:18
tommazzo29-Aug-05 5:18 
GeneralRe: What code casing style do you follow? Pin
Joshua Quick29-Aug-05 6:41
Joshua Quick29-Aug-05 6:41 
GeneralRe: What code casing style do you follow? Pin
jonathan1530-Aug-05 4:50
jonathan1530-Aug-05 4:50 
In VB6 i used to use hungarian style but since moving to DotNet i use m_camelCase for member variables, camelCase for local variables and PascalCase for Class names and Functions.

I think more important than what style you use is that you use a style (or structured mix like above) and stick to that. That way anybody else who looks at your code should be able to read it like a book.

Nothing annoys me more than code which has no style and deliberatly obscure variable/function names.

JJ
GeneralRe: What code casing style do you follow? Pin
Detlef D. Doerscheln31-Aug-05 1:02
Detlef D. Doerscheln31-Aug-05 1:02 
GeneralRe: What code casing style do you follow? Pin
Synaptrik31-Aug-05 8:32
Synaptrik31-Aug-05 8:32 

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.