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

Shit Code: A Story of Betrayal

Shit Code: A Story of Betrayal

scottlenger

March 11, 2012
Tweet

More Decks by scottlenger

Other Decks in Technology

Transcript

  1. <div class="group grid-page account-page"> <div class="col"> <div class="nav-group"> <h6>Categories</h6> <div

    class="group grid-page"> <div class="col"> <div class="nav-group"> <h6>Categories</h6> CLASS NAMES 36 Sunday, March 11, 12
  2. header h1 { color: #3e87d1; font-size: 2em; } h1 {

    color: #54e9a1; font-size: 1.5em; padding: 30px; } CASCADE 37 Sunday, March 11, 12
  3. header h1 { color: #3e87d1; font-size: 2em; } h1 {

    color: #54e9a1; font-size: 1.5em; padding: 30px; } article h1 { padding: 10px 45px margin: 2em } .subsection header h1 { text-indent: 100% } CASCADE 37 Sunday, March 11, 12
  4. PATTERNS ROADMAP • Further separation of application and library code

    • Add the ability to pull in Github pattern libraries • Continued expansion of patterns 63 Sunday, March 11, 12