Views: 10.9K
Replies: 1
Archived
|
Why are the Patterns Uml diagrams different?Are the UML diagrams for the Design Patterns the same?
For example, the UML diagram for the Iterator Pattern is different from the one at www.dofactory.com. Similarly for the Command Pattern... ![]() Best Regards. Volkan Genç, Mar 18, 2010
|
|
Reply 1DoFactory uses standard UML diagramming to represent the pattern whereas Juditth's is C# specific. However, both do essentially the same thing.
The latter uses constructs specific to .NET/C#. In fact, .NET already implements the Iterator pattern as per the UML implementation. Siva M, Mar 19, 2010
|