Last active
December 4, 2015 07:39
-
-
Save sebastianrothbucher/23aba1dfeb8b4d66293e to your computer and use it in GitHub Desktop.
Get requirements right
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In order to kick it (based on more or less pleasant experience), you should... | |
... have few but good documents - most importantly one of them should be a VERY GOOD EXAMPLE (a walkthrough in painstaking detail: invent IDs, names, also Phone #s and so on) | |
... another one is a comprehensive list of Use Cases (and surrounding systems supporting them; acc. 2 MCQ, you need just few days 2 compile) | |
... write down what will be checked before signing off the result (aka ATDD) | |
... rock-solid and well-thought-through core classes (data model, UI structure) | |
... adjust regularly, but not always (i.e. do sprints) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment