Comment on A virtual pet that helps you raise your TDD practice.Comments−ilcavero15yAccording to the page, from green to red does not subtract any point but running twice the tests with errors subtract 5 points? Kind of arbitrary rules that have nothing to do with TDD if you ask me.−technomancy15yAdding an intentionally-failing test a part of the regular flow. TDD 101.−nod15yYes, but how core is "don't ever write more than one test at a time"?
Comments
According to the page, from green to red does not subtract any point but running twice the tests with errors subtract 5 points? Kind of arbitrary rules that have nothing to do with TDD if you ask me.
Adding an intentionally-failing test a part of the regular flow. TDD 101.
Yes, but how core is "don't ever write more than one test at a time"?