Coding Standards - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T08:39:59Zhttp://stackoverflow.com/feeds/question/568804http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/568804/coding-standards4Coding Standardskevchadders2009-02-20T09:03:35Z2009-02-27T08:58:55Z
<p>For those of us that have programmed enough I’m sure we have come across many different flavours of coding standards that you can use when it comes to programming.</p>
<p>e.g. <a href="http://msdn.microsoft.com/en-us/library/ms229042.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms229042.aspx</a></p>
<p>You might derive your coding standards for the current company you work for or from the original author of the code you’re working on. Coding styles are often used for specific program languages and some styles in one coding language might not be considered appropriate for others. Of course some coding standards can be applied across many different program languages.</p>
<p>My question is do you have any good advice/links yourselves to a set of coding standards that you would recommend to others, or best practices to follow?</p>
<p>Thank you for your time.</p>
http://stackoverflow.com/questions/568804/coding-standards/568811#5688112Answer by Mr Potato Head for Coding StandardsMr Potato Head2009-02-20T09:06:08Z2009-02-20T09:27:33Z<ul>
<li><a href="http://java.sun.com/docs/codeconv/" rel="nofollow">Sun Java Code Conventions</a></li>
<li><a href="http://www.python.org/dev/peps/pep-0008/" rel="nofollow">Python Style Guide</a></li>
<li><a href="http://framework.zend.com/manual/en/coding-standard.html" rel="nofollow">Zend Coding Standard for PHP</a></li>
</ul>
http://stackoverflow.com/questions/568804/coding-standards/568812#5688122Answer by Martin York for Coding StandardsMartin York2009-02-20T09:07:09Z2009-02-20T09:07:09Z<p>If you are maintaining code that continue to use the same standard as the original code was developed in (there is nothing worse then trying to debug a problem when the code looks all higgildy piggeldy)</p>
http://stackoverflow.com/questions/568804/coding-standards/568813#5688131Answer by Michael Lange for Coding StandardsMichael Lange2009-02-20T09:07:19Z2009-02-20T09:07:19Z<p>i think <a href="http://rads.stackoverflow.com/amzn/click/1593271190" rel="nofollow">Code Craft - The Practice of Writing Excellent Code</a> pretty much sums it all up</p>
http://stackoverflow.com/questions/568804/coding-standards/568817#5688178Answer by MahlerFive for Coding StandardsMahlerFive2009-02-20T09:07:53Z2009-02-20T09:07:53Z<p>Google has a posted style guide for C++ <a href="http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml" rel="nofollow">here</a> which I consult sometimes. Just reading through the explanations and reasoning, despite whether you end up agreeing with some of the styles or not, may teach you some things you might not have thought about.</p>
http://stackoverflow.com/questions/568804/coding-standards/568819#5688194Answer by Marcus for Coding StandardsMarcus2009-02-20T09:08:57Z2009-02-20T09:08:57Z<p>Coding standards are great. We've been using <a href="http://weblogs.asp.net/lhunt/pages/CSharp-Coding-Standards-document.aspx" rel="nofollow">Lance Hunt's C# Coding Standards for .NET</a> almost without modifications</p>
http://stackoverflow.com/questions/568804/coding-standards/568822#5688221Answer by Marcin Gil for Coding StandardsMarcin Gil2009-02-20T09:09:34Z2009-02-20T09:09:34Z<p>Very popular are <a href="http://www.doc.ic.ac.uk/lab/cplus/c++.rules/" rel="nofollow">Ellemtel rules</a> for C++.</p>
http://stackoverflow.com/questions/568804/coding-standards/568823#5688236Answer by HS for Coding StandardsHS2009-02-20T09:09:37Z2009-02-20T09:09:37Z<p>My best advice regarding coding standards: don't let them get in the way when trying to get work done.</p>
<p>A big bureaucracy might actually hinder progress in projects instead of helping to achieve better team work. When people complain about not following coding standards instead of the actual quality of the code, then it is too much regulation.</p>
<p>Other than that, pick one from the many suggestions and try to stick with it for as long as possible to build a code base following a single standard that you are used to.</p>
http://stackoverflow.com/questions/568804/coding-standards/568825#5688251Answer by David for Coding StandardsDavid2009-02-20T09:10:15Z2009-02-20T09:10:15Z<p>For C# I recommend <a href="http://rads.stackoverflow.com/amzn/click/0321545613" rel="nofollow">Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries (2nd Edition) (Microsoft .NET Development Series)</a>.</p>
http://stackoverflow.com/questions/568804/coding-standards/568828#5688285Answer by Daniel Daranas for Coding StandardsDaniel Daranas2009-02-20T09:12:21Z2009-02-20T09:12:21Z<p>Coding standards are good, but coding standards written from scratch in which the company reinvents the wheel, or coding standards imposed by a single "prophet", can be worse than having no coding standards at all.</p>
<p>This means:</p>
<ul>
<li>Coding standards should be discussed and agreed upon.</li>
<li>The coding standards document should include the reasons behind each rule.</li>
<li>Coding standards should be at least partially based on reliable sources.</li>
</ul>
<p>The sources I know of for the languages in your tags are:</p>
<ul>
<li>For C++: The book <strong><a href="http://www.gotw.ca/publications/c++cs.htm" rel="nofollow">C++ Coding Standards</a></strong> by Sutter/Alexandrescu.</li>
<li>For C#: 4 or 5 PDF's I found googling for C# Coding Standards :)</li>
</ul>
http://stackoverflow.com/questions/568804/coding-standards/568832#5688322Answer by Software Monkey for Coding StandardsSoftware Monkey2009-02-20T09:13:25Z2009-02-20T09:13:25Z<p>For Java and other C-family languages I recommend <a href="http://www.softwaremonkey.org/Article/CodingStandards" rel="nofollow">Sofware Monkey's coding standards</a> (of course, since they're mine).</p>
<p>In general, Keep them simple, and provide examples and justification for every requirement.</p>
http://stackoverflow.com/questions/568804/coding-standards/568850#5688502Answer by gw for Coding Standardsgw2009-02-20T09:20:53Z2009-02-20T09:20:53Z<p>If you plan to introduce a code-formatting standard to an existing programming team, get input from each member of the team so they'll have "buy in" and be more likely to write code to that standard.</p>
<p>Programming styles are as difficult to change as habits, and you'll have to accept that some people won't make their code 100% compliant 100% of the time. It would be worth your time to find (or write your own) pretty-printer program and periodically run all your code through it to enforce consistency. (I always felt uneasy when manually checking in source code changes that only consisted of formatting corrections for other peoples' code; I worried that others would label me a nitpicker.)</p>
http://stackoverflow.com/questions/568804/coding-standards/568869#5688691Answer by Sharique for Coding StandardsSharique2009-02-20T09:28:31Z2009-02-20T09:28:31Z<p><a href="http://www.mono-project.com/Coding_Guidelines" rel="nofollow">Mono Coding Guidelines</a></p>
http://stackoverflow.com/questions/568804/coding-standards/568887#5688871Answer by MadKeithV for Coding StandardsMadKeithV2009-02-20T09:32:57Z2009-02-20T09:32:57Z<p>What's in the standard doesn't really matter all that much. What matters is that you have one, and that your developers follow it.</p>
http://stackoverflow.com/questions/568804/coding-standards/568889#5688891Answer by Tom Duckering for Coding StandardsTom Duckering2009-02-20T09:34:14Z2009-02-20T09:34:14Z<p>It doesn't quite answer the question, but it's worth a mention...</p>
<p>I read <a href="http://cc2e.com/" rel="nofollow">Steve McConnell's Code Complete</a>. Whilst it doesn't give you a pre-baked set of coding standards it does set out a lot of good arguments for the various approaches. It'll make you think about things you'd not thought of before.</p>
<p>It changed my little world for the better.</p>
http://stackoverflow.com/questions/568804/coding-standards/568909#5689091Answer by olli for Coding Standardsolli2009-02-20T09:38:49Z2009-02-20T09:38:49Z<p>The answers here a pretty complete, thus I am not pointing to another coding standard document. However, once you decided to stick to one style you should use an <strong>automated coding style enforcer</strong> throughout your team. </p>
<p>For Java there is <a href="http://checkstyle.sourceforge.net/" rel="nofollow">checkstyle</a> and for .NET <a href="http://code.msdn.microsoft.com/sourceanalysis" rel="nofollow">Microsoft Style Cop</a>.</p>
<p>Here is a similar discussion on Stackoverflow: <a href="http://stackoverflow.com/questions/14967/c-coding-standard-best-practices">C# Coding standard / Best practices</a></p>
http://stackoverflow.com/questions/568804/coding-standards/569014#5690143Answer by unknown (google) for Coding Standardsunknown (google)2009-02-20T10:18:26Z2009-02-20T10:30:00Z<p>Some comment to the post suggesting looking at the Google C++ guidelines. Detailed discussion about some aspects of these guidelines are posted at <a href="http://groups.google.ch/group/comp.lang.c++.moderated/browse_frm/thread/d7b0a5c663467471/ec4c733dd30b34e3?hl=de&tvc=1&q=hope+spread&fwc=2" rel="nofollow">comp.lang.c++.moderated</a>.</p>
<p>Some weird or controversial points include:</p>
<blockquote>
<p>We don't believe that the available
alternatives to exceptions, such as
error codes and assertions, introduce
a significant burden.</p>
</blockquote>
<p>As if assertions were a viable alternative... Assertions are usually for programming errors and situations that should never happen, while exceptions can happen (are somewhat anticipated) in the execution flow.</p>
<blockquote>
<p>Reference Arguments: All parameters
passed by reference must be labeled
const. ... In fact it is a very strong
convention that input arguments are
values or const references while
output arguments are pointers.</p>
</blockquote>
<p>No comment, about weasel phrase <em>a very strong convention</em>.</p>
<blockquote>
<p>Doing Work in Constructors: Do only
trivial initialization in a
constructor. If at all possible, use
an Init() method for non-trivial
initialization. ... If your object
requires non-trivial initialization,
consider having an explicit Init()
method and/or adding a member flag
that indicates whether the object was
successfully initialized.</p>
</blockquote>
<p>Yes... 2-phase init to make things simpler... What if I have <code>const</code> fields? This rule is probably the effect of attitude towards exceptions.</p>
<blockquote>
<p>Use streams only for logging</p>
</blockquote>
<p>Which streams? IOStreams, standard C streams, other?</p>
<p>On one hand they advise to use macros only in exceptional situations, while they recommend using DISALLOW_COPY_AND_ASSIGN to prohibit copy/assign. They could have advised the approach with special class (like in Boost)</p>
<blockquote>
<p>Do not overload operators except in rare, special circumstances.</p>
</blockquote>
<p>What about assignment, or arithmetic operators for numeric calculations, etc?</p>
<blockquote>
<p>Default parameters are more difficult to maintain because copy-and-
paste from previous code may not reveal all the parameters. Copy-and-
pasting of code segments can cause major problems when the default
arguments are not appropriate for the new code.</p>
</blockquote>
<p>The what? Copy/paste from previous code?</p>
<p><strong>Remember</strong> that reading any of the guidelines can introduce a bias to your way of thinking. And sometimes it won't be beneficial for you or your code. I agree with some other posts advising reading good books by good authors beforehand. When you have sufficient amount of <em>knowledge</em>, then you are able to look at the guidelines and find good and weak points easily, without creating a mess in your brain ;)</p>
http://stackoverflow.com/questions/568804/coding-standards/569041#5690412Answer by TK for Coding StandardsTK2009-02-20T10:28:02Z2009-02-20T10:28:02Z<p>Having asked <a href="http://stackoverflow.com/questions/14967/c-coding-standard-best-practices">this question</a>. I found that the <a href="http://stackoverflow.com/questions/14967/c-coding-standard-best-practices/14974#14974">accepted answer</a> proved to be sufficient for my needs.</p>
<p>However, I realise that this is not a 'one-size-fits-all' scenario, so there is a large quantity of information within the thread that you may find more or less useful. Weel worth a read!</p>
http://stackoverflow.com/questions/568804/coding-standards/569484#5694842Answer by bruceatk for Coding Standardsbruceatk2009-02-20T12:58:24Z2009-02-20T12:58:24Z<p>Adam Cogan has a great set of rules on his web site. There are coding guidelines, but there is much more there also.</p>
<p><a href="http://www.ssw.com.au/ssw/Standards/Default.aspx" rel="nofollow">Adam Cogan's Rules to Better...</a></p>