| How To Design From Spec |
 |
|
|
Someone was asking me not too long ago about the best way to approach an assignment in Computing Science. Well, I'll tell you, and the same approach works for most decent specification documents for any project in which you're going to build something. I believe we call this process "engineering" or "design", but let's not get hung up on that.First, get a hard copy of the spec, something you can readily annotate, because the first step is to do exactly that. Comb through the document, word by word, and underline every noun and do a dashed underline of all the verbs connected to those nouns (in a well written spec, this will cover pretty much every verb). Why have we just done this? Well, now you have the basis of the model you're building. All those nouns represent the things you're going to need to build, and all the verbs represent all the actions that they perform; in OO-programming, those are your Objects and methods.For step two, find yourself a pen and some paper. Now draw a ...
|
| 02:13:22 December 8, 2005, Thursday (PST) |
Source: Solitude |
 |
|
Additional Info
First Fetched: 02:59:58 12/08/2005
Last Updated: 02:59:58 12/08/2005
|