|
|
|
|
|
by lazylester
3558 days ago
|
|
Personally I use TDD (or more precisely BDD) for this purpose. If I leave the project overnight, or for a week or a month, I can come back to it, run the tests, and the failing and/or pending tests tell me what I was doing when I last worked on it. So I always leave an in-process development project with failing tests. If they're all green, I don't know what to do next! |
|