Delphi Coding Standards - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T15:26:45Zhttp://stackoverflow.com/feeds/question/765163http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/765163/delphi-coding-standards3Delphi Coding StandardsMmarquee2009-04-19T10:02:21Z2009-04-19T14:50:21Z
<p>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 ?</p>
http://stackoverflow.com/questions/765163/delphi-coding-standards/765175#76517511Answer by dommer for Delphi Coding Standardsdommer2009-04-19T10:09:51Z2009-04-19T10:09:51Z<p>I used <a href="http://www.cs.ut.ee/~jellen/delphi/cs.html" rel="nofollow">Delphi Language Coding Standards Document</a> as a basis for an internal document.</p>
<p>The <a href="http://edn.embarcadero.com/article/10280" rel="nofollow">Object Pascal Style Guide</a> could probably be termed the "official" one, I think - as far as there is such a thing.</p>
http://stackoverflow.com/questions/765163/delphi-coding-standards/765519#76551915Answer by lkessler for Delphi Coding Standardslkessler2009-04-19T14:50:21Z2009-04-19T14:50:21Z<p>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. </p>
<p>Jeff Atwood recently had an interesting Blog entry about just a single aspect of standards: <a href="http://www.codinghorror.com/blog/archives/001254.html" rel="nofollow">"Death to the Space Infidels!"</a> 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."</p>