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
Hm, a very interesting feature request. But indeed, what about return values? Would it be good enough if this extension would only support selectors which return void?
Given something like:
Both FooMixin and BarMixin define method 'hello'.
TLDR: a way to call all mixed hello's, in mixin order, returning the result of the last.
Could well be wrong, but assume the default behavior of mixing:
The behavior needed is a way to annotate in X that hello should perform all mixed hello's.
This would be useful for DRY, especially for patterns that set defaults in protocol methods.
Imagine being able to implicitly modify viewDidLoad sanely from clean concerns. Now we're talking cleaner, modular code.
The text was updated successfully, but these errors were encountered: