## What Right now, `updateView` is not clear enough about reusability. ## Suggested approach @robinsenior mentioned http://khanlou.com/2017/03/that-one-optional-property/ : ``` enum UseCase { case prepareForReuse case update(LabelState) } ```
What
Right now,
updateViewis not clear enough about reusability.Suggested approach
@robinsenior mentioned http://khanlou.com/2017/03/that-one-optional-property/ :