I usually define all the tests I want to have but dont implement the testing logic. It helps me gather my thoughts like TDD would like you to do and I already have to start thinking somewhat about inputs and outputs. Its kind of a middle ground of TDD that works well for me.
I usually define all the tests I want to have but dont implement the testing logic. It helps me gather my thoughts like TDD would like you to do and I already have to start thinking somewhat about inputs and outputs. Its kind of a middle ground of TDD that works well for me.