In the Command pattern what do you call a command that groups together other commands?

Posted by Ian Ringrose on Stack Overflow See other posts from Stack Overflow or by Ian Ringrose
Published on 2010-02-12T14:23:58Z Indexed on 2010/03/21 5:21 UTC
Read the original article Hit count: 356

This should be easy,

I am trying to come up with the name for a command class that is a collection of other commands. All the sub commands will be run, when the master command is run.

Any ideals?

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about best-practices