Help:DosAndDonts

From ProgrammingExamples
Revision as of 14:43, 28 June 2010 by Daviddoria (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Dos and Don'ts for using the Programming Examples Wiki

  • Do
    • Create a 'dispatch page' for each new language that you add, put links to examples in that language on that page.
    • Try to keep each example as short as possible... and no shorter!
    • Try to demonstrate a single concept per example.
    • Comment, comment, comment!
  • Don't
    • Do not treat the wiki as your own personal code dump. Things that are placed here should be useful for many people.
    • Do not "hijack" code someone else has submitted by changing what it does. (Do improve it if you see a way)