vote up 3 vote down star
1

I am in the process of writing (down) our companies coding standards for Delphi programming, so what would anyone suggest to have as a basis, anything that you would recommend to use / not use ?

flag

3  
Exact duplicate: stackoverflow.com/questions/262892/… – Rob Kennedy Apr 19 at 14:50

2 Answers

vote up 11 vote down check

I used Delphi Language Coding Standards Document as a basis for an internal document.

The Object Pascal Style Guide could probably be termed the "official" one, I think - as far as there is such a thing.

link|flag
I've looked at both these documents and they are both awfully formatted and out of date with Delphi 2009. What I don't want to do is enforce 'style', just a set of rules to operate within. – Mmarquee May 5 at 12:26
vote up 15 vote down

Be careful not getting too anal about forcing standards. You might want to collect a few sample examples from your most experienced programmers, get them to agree, and use those as templates for everyone.

Jeff Atwood recently had an interesting Blog entry about just a single aspect of standards: "Death to the Space Infidels!" and in there he says: "It doesn't actually matter which coding styles you pick. What does matter is that you, and everyone else on your team, sticks with those conventions and uses them consistently."

link|flag
3  
I wish I could upvote this more than once... – Mason Wheeler Apr 19 at 15:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.