Branching
Decision points create branches
- Decision points happen when user choice or system logic changes the path.
- Branches should be named, not hidden.
- Branching helps reveal assumptions before build.
Practice sequence
- 1Need more inputUser has not answered enough questions.
- 2Compare nowUser has three recommendations.
- 3RecoverRecommended item is unavailable.
- 4DeferUser saves for later instead of choosing today.