Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nesting Command Classes #52

Open
michaelminter opened this issue Dec 18, 2018 · 0 comments
Open

Nesting Command Classes #52

michaelminter opened this issue Dec 18, 2018 · 0 comments

Comments

@michaelminter
Copy link

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?

Is there a similar design pattern to Interactor's organizers? (see: https://github.com/collectiveidea/interactor#organizers)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant