Click here to Skip to main content
15,923,557 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



 
GeneralCoding Standards Pin
conio1-Sep-05 5:23
conio1-Sep-05 5:23 
GeneralPoll for coding styles Pin
ByteGhost1-Sep-05 2:24
ByteGhost1-Sep-05 2:24 
JokeRe: Poll for coding styles Pin
Michael Dunn1-Sep-05 6:33
sitebuilderMichael Dunn1-Sep-05 6:33 
GeneralRe: Poll for coding styles Pin
Ali Iqbal Khan2-Sep-05 1:58
Ali Iqbal Khan2-Sep-05 1:58 
QuestionAs my answer was No... Pin
eRRaTuM31-Aug-05 0:30
eRRaTuM31-Aug-05 0:30 
Generalsuch questions always make me smile Pin
feline_dracoform31-Aug-05 0:23
feline_dracoform31-Aug-05 0:23 
GeneralCLS Pin
Dario Solera30-Aug-05 21:48
Dario Solera30-Aug-05 21:48 
GeneralRe: CLS Pin
toxcct31-Aug-05 4:23
toxcct31-Aug-05 4:23 
GeneralRe: CLS Pin
Dario Solera31-Aug-05 4:52
Dario Solera31-Aug-05 4:52 
GeneralRe: CLS Pin
toxcct31-Aug-05 5:07
toxcct31-Aug-05 5:07 
GeneralRe: CLS Pin
Dario Solera31-Aug-05 5:36
Dario Solera31-Aug-05 5:36 
Maybe I was too strong. Obviously if I have to read code written by someone and it contains stuff like m_var, I understaind it without problems. I don't *refuse* to read it!!!

Since ... I don't remember when ... I used some specific notation rules, that are comfortable to me. These rules came from my teachers, my manuals and my programming books, and fortunately I found almost always the same conventions. So, as a result, I never use underscores, and since I write only OO programs, ALL the variables are class members...

mVar was only an example. Usually I write vars like ... mousePos. I intend the first word as the data type only for UI vars, for example btnSend, frmLogin and so on...

In every case I use always the same notation.

I believe I'm a pretty good programmer regarding notations Cool | :cool: ... or not?



[ITA] Tozzi ha ragione: Gaia si sta liberando di noi.
[ENG] Tozzi is right: Gaia is obliterating us.
GeneralRe: CLS Pin
toxcct31-Aug-05 5:45
toxcct31-Aug-05 5:45 
GeneralRe: CLS Pin
Dario Solera31-Aug-05 6:06
Dario Solera31-Aug-05 6:06 
GeneralRe: CLS Pin
DavidNohejl31-Aug-05 6:22
DavidNohejl31-Aug-05 6:22 
GeneralRe: CLS Pin
Dario Solera31-Aug-05 6:35
Dario Solera31-Aug-05 6:35 
GeneralRe: CLS Pin
DavidNohejl31-Aug-05 6:59
DavidNohejl31-Aug-05 6:59 
GeneralRe: CLS Pin
Dario Solera31-Aug-05 7:08
Dario Solera31-Aug-05 7:08 
GeneralRe: CLS Pin
DavidNohejl31-Aug-05 7:15
DavidNohejl31-Aug-05 7:15 
GeneralRe: CLS Pin
jmw31-Aug-05 15:05
jmw31-Aug-05 15:05 
GeneralRe: CLS Pin
SCBailey1-Sep-05 8:21
SCBailey1-Sep-05 8:21 
GeneralRe: CLS Pin
jmw1-Sep-05 8:43
jmw1-Sep-05 8:43 
GeneralRe: CLS Pin
Judah Gabriel Himango1-Sep-05 9:34
sponsorJudah Gabriel Himango1-Sep-05 9:34 
GeneralRe: CLS Pin
Dario Solera1-Sep-05 20:30
Dario Solera1-Sep-05 20:30 
GeneralHad to vote Pin
IvoLimmen30-Aug-05 20:48
IvoLimmen30-Aug-05 20:48 
JokeRe: Had to vote Pin
toxcct31-Aug-05 4:24
toxcct31-Aug-05 4:24 

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.