Coding Standards and Style Guides

February 21, 2017

###List of coding standard and style guides to assist programmers in writing better code

####General:
BASH: http://wiki.bash-hackers.org/scripting/style
C: http://www.jetcafe.org/jim/c-style.html
C++: http://www.possibility.com/Cpp/CppCodingStandard.html
CSS: http://www.louddog.com/2008/create-maintainable-code-with-a-css-styleguide/
Django: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/
Erlang: http://www.erlang.se/doc/programming_rules.shtml
Haskell: http://www.haskell.org/haskellwiki/Programming_guidelines
HTML5: http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/
Java: http://www.oracle.com/technetwork/java/codeconvtoc-136057.html
Javascript: http://javascript.crockford.com/code.html
LaTeX: http://www.clt.mq.edu.au/~rdale/resources/writingnotes/latexstyle.html
Lisp: http://mumble.net/~campbell/scheme/style.txt
Matlab: http://www.cs.cornell.edu/courses/cs99/2002fa/matlabstyle.html
.Net Framework (including C#): http://blogs.msdn.com/b/brada/archive/2005/01/26/361363.aspx
node.js: http://nodeguide.com/style.html
Objective-C: http://cocoadevcentral.com/articles/000082.php
Perl: http://perldoc.perl.org/perlstyle.html
PHP: http://pear.php.net/manual/en/standards.php
Postscript: http://www.ghostscript.com/doc/current/Ps-style.htm
Python: http://www.python.org/dev/peps/pep-0008/
Ruby: https://github.com/chneukirchen/styleguide/blob/436e8c1bbeb6ffde8bcfbcf72af449c5f8a741f3/RUBY-STYLE
TCL: http://wiki.tcl.tk/708
Visual Basic: http://msdn.microsoft.com/en-us/library/aa240822(v=vs.60).aspx
XML: http://google-styleguide.googlecode.com/svn/trunk/xmlstyle.html

####Misc:
Drupal: http://drupal.org/coding-standards
Joomla: http://docs.joomla.org/Coding_style_and_standards
Mozilla: https://developer.mozilla.org/En/Mozilla_Coding_Style_Guide
Wikipedia: http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style
Wordpress: http://codex.wordpress.org/WordPress_Coding_Standards

♡2018 by ghimire. Copying is an act of love. Please copy.

Discussion