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

Short introduction to TDD

Kiko Beats
November 07, 2014

Short introduction to TDD

Kiko Beats

November 07, 2014
Tweet

More Decks by Kiko Beats

Other Decks in Programming

Transcript

  1. TDD aims • Implement only what will you need •

    Minimize failings • Create modular software, reusable and ready to change.
  2. Test first • Easier to refactor. • You think how

    the others see your code. • Focus on the tasks you need.
  3. Remember! • Design requisites first. • What to test, not

    how to test. • The architecture will appear during the iterations.