Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a reusable case #54

Open
TheoBdev opened this issue Nov 28, 2017 · 2 comments
Open

Implement a reusable case #54

TheoBdev opened this issue Nov 28, 2017 · 2 comments

Comments

@TheoBdev
Copy link

TheoBdev commented Nov 28, 2017

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)
}
@BenEmdon
Copy link
Contributor

BenEmdon commented Nov 28, 2017

I think that's a great Idea and would prevent people from forgetting to prepare for reuse 👏

@stale
Copy link

stale bot commented Apr 19, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 3 days if no further activity occurs.

@stale stale bot added the Stale label Apr 19, 2018
@stale stale bot closed this as completed Apr 22, 2018
@g-Off g-Off added Pinned and removed Stale labels Apr 9, 2019
@g-Off g-Off added this to the v2 milestone Apr 9, 2019
@g-Off g-Off reopened this Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants