Can you use the data right away?

  • If you need the result of a method, can you use it right away?
  • Maybe return values are a better fit than getters
  • If you need multiple values as a result, maybe an object is helpful?

10 / 22