• In functions, use return instead of break.
  • Problematic code:
  • Correct code:
  • Rationale:
  • Exceptions: