KLD Institute
Menu
Course mapOpen study notes

Slide 11 of 24

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
  1. 1Need more inputUser has not answered enough questions.
  2. 2Compare nowUser has three recommendations.
  3. 3RecoverRecommended item is unavailable.
  4. 4DeferUser saves for later instead of choosing today.