This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
david
/
TDD
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
df181de79b
Dallar
Biçim İmleri
master
TDD
/
README.md
README.md
431 B
Geçmiş
Ham
Obey The Testing Goat
TOC
Last At
(Chapter 6)
TDD Order Of Operations:
Code a Test!
Run test and ensure it FAILS!
Write MINIMUM Code to PASS!
Run test and ensure it PASSES!
Rewrite code smaller/better, Refactor, DRY, etc.
Run test and ensure it PASSES!
Commit to a Git repo!