Changes between Version 9 and Version 10 of CodeSnippets
- Timestamp:
- 10/15/08 10:03:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeSnippets
v9 v10 34 34 == Header Section == 35 35 36 Please include the following on every Code Snippet page. It allows users to easily navigate the page, and if they come from a search engine they can get to the snippets index more easily. For an easier approach, download the plain text version of any existing Code Snippet (see the bottom of each page) to start from.36 Please include the following on every Code Snippet page. It allows users to easily navigate the page, and if they come from a search engine they can get to the snippets index more easily. For an easier approach, download the plain text version of any existing Code Snippet (see the bottom of each page) to start from. 37 37 38 38 {{{ … … 68 68 Please use this where possible to make your inline examples more readable. 69 69 70 == Conventions ==70 == Conventions and Tips == 71 71 72 * For a jump-start, just download the plain text version of any existing Code Snippet (see the bottom of each page) and paste your modified version into a new page. 72 73 * Please try to provide both C++ and C# examples of your snippets if possible 73 74 * Please use two-space indents, and indent your entire code block by two spaces for enhanced readability.