Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Documentation for Fun and Profit

James Aitken
November 24, 2012

Documentation for Fun and Profit

Good documentation is vital in helping others understand what your code does, why, and how they should use it.

I want to show you how to produce beautiful documentation, write better copy, and how documentation helps market your code.

James Aitken

November 24, 2012
Tweet

Other Decks in Programming

Transcript

  1. PyDoc RDoc TomDoc Docco Rocco Pycco PHPDoc JavaDoc YARD Doxygen

    JSDoc Epydoc CSSDoc KSS StyleDoc Other Languages
  2. Comments = Low Level # Use a naive regex to

    check emails # because I hate maintenance devs sub validate_email {
  3. “I thought it was pointless at first, but now I

    can’t live without it” colleague