Click here to Skip to main content
15,896,493 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: 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 
We prefer PascalCasing and think camelCasing is pretty horrible. However, we do use camelCasing for variable names, in line with .NET style recommendations. We do so by using a small set of well-defined prefixes, such as "my" to identify member variables. The lower case part of the camelCase will always be one of these informative prefixes.

Gavin Greig

"Haw, you're no deid," girned Charon. "Get aff ma boat or ah'll report ye."
Matthew Fitt - The Hoose O Haivers: The Twelve Trauchles O Heracles.

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 
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 
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.