Skip to content
  • Brad King's avatar
    STYLE: Convert unused target type cases to default · 0bf093fd
    Brad King authored
    In switch statements that deal with only a few target types, use a
    'default' case for the remaining target types instead of listing them
    explicitly.  This will make it easier to add more types in the future.
    0bf093fd