Solving Big Problems Flashcards
1
Q
Feature list
A
Put together a feature list, in a language the customer understands.
2
Q
Feature correctness
A
Make sure your features are what the customer actually wants.
3
Q
Blueprints
A
Create blueprints of the system using use case diagrams (and use cases).
4
Q
Break it up
A
Break up the big system into lots of smaller sections.
5
Q
Applying design patterns
A
Apply design patterns to the smaller sections of the system.
6
Q
Apply OOA&D
A
Use basic OOA&D principles to design and code each smaller section.
7
Q
Customers
A
Listen to the customer, and figure out what they want you to build.