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

Release early and Release often

Release early and Release often

Reducing deployment friction

Andy Delcambre

October 01, 2011
Tweet

More Decks by Andy Delcambre

Other Decks in Programming

Transcript

  1. require 'ey/irc' run EY::Irc::Receiver.new { |message| case message.body when /^ping$/

    message.say(message.to, ”Hello World!”) end end Saturday, October 1, 11