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
You of course don't need to put all code for this task within the Command, you can (and should) create other classes that your Command uses to perform its work.
What's the cleanest way to have command classes inside of command classes and be able to share results?
What's the cleanest way to have command classes inside of command classes and be able to share results?
Is there a similar design pattern to Interactor's organizers? (see: https://github.com/collectiveidea/interactor#organizers)
The text was updated successfully, but these errors were encountered: