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

Eliminate TreehouseScope, surface applier into public API #90

Closed
JakeWharton opened this issue May 29, 2021 · 0 comments · Fixed by #96
Closed

Eliminate TreehouseScope, surface applier into public API #90

JakeWharton opened this issue May 29, 2021 · 0 comments · Fixed by #96

Comments

@JakeWharton
Copy link
Member

There are a few motivations here:

  1. Reduce the verbosity of repeating TreehouseScope as a receiver on functions.
  2. With Polymorphic applier/scope to avoid protocol indirection #14 we often won't need the protocol, such as when doing testing or when running in the same language/system as the display-side. We should switch to an applier that solely targets the testing mechanism, or directly interacts with the display widgets.

A follow-up from #89 and #1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant