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

Graphical Explanations

Graphical Explanations

Thoughts on explaining technical concepts with shape, color, and type. From Write the Docs 2014 in Portland, OR.

Geoffrey Grosenbach

May 05, 2014
Tweet

More Decks by Geoffrey Grosenbach

Other Decks in Education

Transcript

  1. I don’t think of source code control as code backup.

    I think of it as code talk, as communication. – Zed Shaw
  2. ⚠ + Single letter method names Vague, easy to forget,

    encourages sloppy code. Real words Self-documenting. Easy for you and other developers to understand and use months later.
  3. <html>! ! ! ! ! ! ! ! ! !

    ! ! </html> <h1>Never get involved in a land war in Asia.</h1>! ! Beware of the <b>rodents</b> of <i>unusual</i> size.! ! Never get involved in a land war in Asia. ! Beware of the rodents of unusual size.