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

Railsconf 2013 Recap for KC Ruby

Railsconf 2013 Recap for KC Ruby

Aaron Sumner

May 15, 2013
Tweet

More Decks by Aaron Sumner

Other Decks in Programming

Transcript

  1. Now with a sprinkle of JavaScript! •DHH keynote •Yehuda Katz

    keynote •Rails vs the Client Side (Noel Rappin)
  2. •Insist on simplicity •Use good judgement •Test everything once •Test

    the interface •Trust collaborators •Practice regularly —and you will love your tests.
  3. Solution: •Document all public methods •Document as you go •Keep

    it short •Don’t document implementation •Use integration tests, not unit tests •Test models, services, presenters
  4. Also check out: •Aaron Patterson’s keynote •An Intervention for ActiveRecord

    (Ernie Miller) •Pry—the Good Parts! (Conrad Irwin) •How to Talk to Developers (Ben Orenstein)