|
1. Write UT for Particular BabyStep 2. Run it, it should fail 3. If it is not failing - review the test it might be wrong 4. Written test should generate an interfaces 5. write an implementation until the test is green 6. goto the next BabyStep |
|
* Write UT for Particular BabyStep * Run it, it should fail * If it is not failing - review the test it might be wrong * Written test should generate an interfaces * write an implementation until the test is green * goto the next BabyStep |