Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    As an aside, I've avoided using the term "stage" here to avoid confusion with a design pattern common in games in which visible objects are called "Actors" and are arranged on an object called the "Stage". If you expect your code to be read by anyone who might be used to this terminology, I'd suggest doing the same in order to avoid potential confusion. Commented Dec 13, 2014 at 10:37
  • And how would you represent the list you mentioned, in the class diagram? Commented Dec 13, 2014 at 10:49
  • It would be a property of whichever class is responsible for using the factories currently (i don't believe this class is currently shown in your diagrams). Commented Dec 13, 2014 at 12:59