You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs section on aop: docs/connections.md#aspect-oriented-programming-aop
has a fair number of examples, but for instance does not discuss 'around' advices. Would it make sense for that section to link to cujojs/meld, just as the "promise-aware aop" section links to cujojs/when ?
The text was updated successfully, but these errors were encountered:
Yeah, I think it's mostly a deficiency in the wire docs--we def need to add a section on around advice. As for linking to meld, we should probably do that, too. In some sense, though, meld is simply an implementation detail of wire's AOP.
Sounds like there are two action items here:
Add docs and examples for wire's around advice.
Add a link to meld, even if only for more background reading on AOP concepts, and halo effect.
The docs section on aop: docs/connections.md#aspect-oriented-programming-aop
has a fair number of examples, but for instance does not discuss 'around' advices. Would it make sense for that section to link to cujojs/meld, just as the "promise-aware aop" section links to cujojs/when ?
The text was updated successfully, but these errors were encountered: