Difference between revisions of "Coding Guidelines"

From The Open Source Backup Wiki (Amanda, MySQL Backup, BackupPC)
Jump to navigationJump to search
(use subpages)
m (shorter names)
Line 1: Line 1:
 
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.
 
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 Guidelines/</tt> (a [http://meta.wikimedia.org/wiki/Subpages MediaWiki subpage]), 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>/</tt> (to make a [http://meta.wikimedia.org/wiki/Subpages MediaWiki subpage]), to avoid collisions with other documentation.''
  
* [[Coding Guidelines/Debugging Functions]]
+
* [[/Debugging Functions]]
* [[Coding Guidelines/String Functions]]
+
* [[/String Functions]]
* [[Coding Guidelines/Memory Allocation]]
+
* [[/Memory Allocation]]
* [[Coding Guidelines/File Descriptor Manipulation]]
+
* [[/File Descriptor Manipulation]]
* [[Coding Guidelines/Safely Executing Other Processes]]
+
* [[/Safely Executing Other Processes]]
* [[Coding Guidelines/Internationalization]]
+
* [[/Internationalization]]
* [[Coding Guidelines/Localization]]
+
* [[/Localization]]

Revision as of 21:48, 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 / (to make a MediaWiki subpage), to avoid collisions with other documentation.