Proxying actions to other actions
I've found it a useful pattern to do some transformations that then proxy the remainder of the work to another action—often the primary action of its type.
The way I'm doing that is roughly:
I've started getting a lot of the following:
Is there a preferred way to execute this pattern? It does seem like I'm doing something quite like what the message recommends.
The way I'm doing that is roughly:
I've started getting a lot of the following:
Is there a preferred way to execute this pattern? It does seem like I'm doing something quite like what the message recommends.
