![]() |
|
"be consistent" | |
PerlMonks |
Re: Planning your software before writingby chromatic (Archbishop) |
on Jan 08, 2001 at 21:39 UTC ( [id://50520]=note: print w/replies, xml ) | Need Help?? |
Here's my take on things, (follow the link in neophyte's post for better reasoning and more cogent analysis):
Certain industries where accuracy and reliability need to be mathematically proven may have different requirements. XP practitioners try to 'code by intent', where they write a test case for the feature they're about to add, let the test fail, then write code to make the test pass. That's design in the small. For design in the large, they write stories about the features the software needs. The customer arranges them by their value in the shipped product, and the team tackles them in that order. Design is done as-you-go, with a little up front investment in the basic architecture (the simplest that could possibly work), breaking a story down into programmer-afternoon-sized-tasks, and continually refactoring. That may or may not work for you, and it may or may not work for my latest project. We'll see.
In Section
Seekers of Perl Wisdom
|
|