Click here to Skip to main content
15,891,021 members

Survey Results

Do you have a coding style?   [Edit]

Survey period: 7 May 2012 to 14 May 2012

Do you have a consistent way in which you format code, arrange files, methods, your projects, your comments? Or is it all a little ad lib? Do you have, in short, a Coding Standards Bible that you adhere to?

OptionVotes% 
I work to a strict, fixed coding standard12212.68
I work to a well defined standard that occasionally changes33434.72
I work to a clear style that constantly evolves.35036.38
I sometimes write some of my code against a standard959.88
No standards.616.34



 
GeneralRe: It rather depends... Pin
embix8-May-12 8:21
embix8-May-12 8:21 
GeneralMissing an option PinPopular
Randor 7-May-12 2:22
professional Randor 7-May-12 2:22 
GeneralMessage Removed Pin
7-May-12 3:37
professionalN_tro_P7-May-12 3:37 
GeneralStrict coding standard. PinPopular
Prasad_Kulkarni7-May-12 1:38
Prasad_Kulkarni7-May-12 1:38 
GeneralRe: Strict coding standard. Pin
codeBegin9-May-12 21:10
codeBegin9-May-12 21:10 
QuestionHasn't this been debated in the Lounge, Ad nauseam? Pin
Slacker0077-May-12 1:29
professionalSlacker0077-May-12 1:29 
AnswerRe: Hasn't this been debated in the Lounge, Ad nauseam? Pin
Eddy Vluggen8-May-12 8:40
professionalEddy Vluggen8-May-12 8:40 
GeneralNo choice Pin
RedSonja7-May-12 0:20
RedSonja7-May-12 0:20 
Me, I like nice structured code with plenty of comments. So I have no problem with following reasonable code standards. (Nowadays I get to write them so of course they are reasonable ;D )

Some of our customers insist on our following code standards. Part of my job at the mo is making sure we do, using code checkers and so on. Which can cause problems, because PC-Lint, for example, may insist on changes which gnu, for example, will flag as errors.

------------------<;,><-------------------
GeneralFlexible and Fixed PinPopular
Nagy Vilmos6-May-12 21:57
professionalNagy Vilmos6-May-12 21:57 
GeneralRe: Flexible and Fixed Pin
CDP18027-May-12 1:07
CDP18027-May-12 1:07 
GeneralRe: Flexible and Fixed Pin
Nagy Vilmos7-May-12 1:10
professionalNagy Vilmos7-May-12 1:10 
GeneralStructure = readability, but too strict = less adaptability Pin
Nelek6-May-12 21:07
protectorNelek6-May-12 21:07 
GeneralIt makes me who I am.. Pin
VallarasuS6-May-12 19:46
VallarasuS6-May-12 19:46 
GeneralRe: It makes me who I am.. Pin
Rob Grainger7-May-12 10:23
Rob Grainger7-May-12 10:23 

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.