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

Test Driven Development

Test Driven Development

Explain how TDD is actually happening in a real programming case.

Hyperjump Tech

May 07, 2021
Tweet

More Decks by Hyperjump Tech

Other Decks in Programming

Transcript

  1. The Red/Green/Refactor Cycle Refactor and clean the code Write test

    and watch it fails Write minimal code that makes that test pass
  2. Refactoring is a disciplined technique for restructuring an existing body

    of code, altering its internal structure without changing its external behavior. - Martin Fowler
  3. TDD start with the end of mind, and walks you

    through what is the next step you have to do to get the code working