Click here to Skip to main content
15,896,912 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
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 
We use camelCasing for local Variables, m_camelCasing for Members.
Function names are in PascalCasing, and statics and globals are rare Wink | ;-)
(Well - the theory says that they are PascalCasing).

MACROS and DEFINEs are Capitals.





"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation."

-- Caius Petronius, Roman Consul, 66 A.D.

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.