|
|
|
|
|
by lIl-IIIl
918 days ago
|
|
I heard this advocated by TDD (Test Driven Development) practitioners. Normal cycle is 1. Write test that will fail or not compile
2. Run it
3. Write code to make it pass
4. Refactor
5. Go to 1 When you are ready to go home, go after #2. |
|