in reply to Does anybody write tests first?
I've had the best luck with writing the synopsis first—the stuff that goes near the top of the POD. This way I get a simple use case from start to finish. Usually that shakes out the knees and elbows of the interface I had in my mind. I can streamline things before I've coded any decisions. Once that looks good, it's pretty easy to translate into test cases.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Does anybody write tests first?
by doom (Deacon) on Feb 23, 2008 at 04:03 UTC |