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

Works on all machines

Works on all machines

A gentle introduction to XP (eXtreme Programming)

Andrea Magnorsky

October 20, 2012
Tweet

More Decks by Andrea Magnorsky

Other Decks in Programming

Transcript

  1. Wonderful things I heard over time "You need to have

    regional setting en-ie for that to work" "Did you forget to install the database? oh and run the scripts too" "Failed with a NullException? ahh.. maybe it wont work without the update to LolCat-4.03 "
  2. "I'm an egotistical bastard, and I name all my projects

    after myself. First 'Linux', now 'git'." Linus Torvalds
  3. • Checks and download required dependencies • Builds your project

    • Run tests • Package your build (think multiple configurations: Demo, Stable, etc) • Notify of result Automate your build
  4. Consume the code you wrote with more code. Unit test,

    tests a unit, generally a class, in isolation. Integration, tests at a system level using many units. Unit and integration testing
  5. These practises have been in place since early 1996, however

    not everyone uses them, this is really sad. There is no point in waiting This is not new
  6. • Do all this at the start of a project,

    easier to grow. • Read on ...Martin Fowler - http://bit.ly/ciFowler Start at the begining