Changes between Version 9 and Version 10 of CodeSnippets


Ignore:
Timestamp:
Oct 15, 2008, 10:03:42 AM (16 years ago)
Author:
jbirch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeSnippets

    v9 v10  
    3434== Header Section ==
    3535
    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 CodeSnippet (see the bottom of each page) to start from.
     36Please 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.
    3737
    3838{{{
     
    6868Please use this where possible to make your inline examples more readable.
    6969
    70 == Conventions ==
     70== Conventions and Tips ==
    7171
     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.
    7273 * Please try to provide both C++ and C# examples of your snippets if possible
    7374 * Please use two-space indents, and indent your entire code block by two spaces for enhanced readability.