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

Test Driven Development

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.

Test Driven Development

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

Avatar for Hyperjump Tech

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