Quick tips

  • Do I care about the sequence of the items? If yes use List else a Collection
  • Do I care about how many items? If yes use Collection else use Iterable