Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 193 Bytes

File metadata and controls

7 lines (6 loc) · 193 Bytes

Code-Kata

code kata's to practice TDD

TDD:

  1. RED (write a failing unit test)
  2. GREEN (make the failing unit test pass with minimum efforts)
  3. REFACTOR (refactor the minimum passing code)