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
This helper function tries to be callable from either an action or an aspect, by following the Law of Demeter and not asking for the whole ctx object as a parameter.
However it feels like overkill and causes a bunch of extra documentation in that rule. We don't even mean for it to be public I imagine. We should track down usages, make it private (underscore prefix) and just read things we need from ctx
The text was updated successfully, but these errors were encountered:
This helper function tries to be callable from either an action or an aspect, by following the Law of Demeter and not asking for the whole ctx object as a parameter.
However it feels like overkill and causes a bunch of extra documentation in that rule. We don't even mean for it to be public I imagine. We should track down usages, make it private (underscore prefix) and just read things we need from
ctx
The text was updated successfully, but these errors were encountered: