Coding Guidelines: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
(use subpages)
Line 1: Line 1:
Articles linked from here summarize the things "every developer should know".  This will never be an exhaustive list, but it provides a convenient common place to share the many guidelines and suggestions that each developer has in his or her head.
This article summarizes the "things every developer should know".  This will never be an exhaustive list, but it provides a convenient, common place to share the many guidelines and suggestions that each developer has in his or her head.


''Editors: please link articles from this page, rather than adding content here, to allow links from other articles.  Article titles should begin with <tt>Coding:</tt>, to avoid collisions with other documentation.''
''Editors: please link articles from this page, rather than adding content here, to allow links from other articles.  Article titles should begin with <tt>Coding Guidelines/</tt> (a [http://meta.wikimedia.org/wiki/Subpages MediaWiki subpage]), to avoid collisions with other documentation.''
* [[Coding:Debugging Functions]]
 
* [[Coding:String Functions]]
* [[Coding Guidelines/Debugging Functions]]
* [[Coding:Memory Allocation]]
* [[Coding Guidelines/String Functions]]
* [[Coding:File Descriptor Manipulation]]
* [[Coding Guidelines/Memory Allocation]]
* [[Coding:Safely Executing Other Processes]]
* [[Coding Guidelines/File Descriptor Manipulation]]
* [[Coding:Internationalization]]
* [[Coding Guidelines/Safely Executing Other Processes]]
* [[Coding:Localization]]
* [[Coding Guidelines/Internationalization]]
* [[Coding Guidelines/Localization]]

Revision as of 20:45, 23 May 2007

This article summarizes the "things every developer should know". This will never be an exhaustive list, but it provides a convenient, common place to share the many guidelines and suggestions that each developer has in his or her head.

Editors: please link articles from this page, rather than adding content here, to allow links from other articles. Article titles should begin with Coding Guidelines/ (a MediaWiki subpage), to avoid collisions with other documentation.