Coding Guidelines: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(new link)
(more links)
Line 2: Line 2:


See also DEVELOPING in the top-level source directory.
See also DEVELOPING in the top-level source directory.
''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.''


* [[/Asynchronous Programming]] (event-based programming)
* [[/Asynchronous Programming]] (event-based programming)
Line 19: Line 17:
* [[/Safely Executing Other Processes]]
* [[/Safely Executing Other Processes]]
* [[/String Functions]]
* [[/String Functions]]
Also see:
* [[Perl Interface]] for an overview of Amanda's perl modules
* [[Testing]] to see how Amanda's testing architecture can help you
''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.''

Revision as of 19:01, 26 June 2008

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.

See also DEVELOPING in the top-level source directory.

Also see:

  • Perl Interface for an overview of Amanda's perl modules
  • Testing to see how Amanda's testing architecture can help you

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.