Wiring of values in scope #744
mariussoutier
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
You mean like merging with the object that we're in: ad
.into[AdImpression]
.withFallback(this) // or instead of this, some object having these definitions
.transform ? I don't think anyone would want to implement, test and document the actual scope lookup. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I often have something akin to this:
This is a lot of boilerplate. I think it would be nice if there was a flag to just "wire" values in scope with the same name (if this is possible). I know MacWire does it by type, not by name.
Beta Was this translation helpful? Give feedback.
All reactions