Command Pattern vs. Visitor Pattern

Posted by grefly on Stack Overflow See other posts from Stack Overflow or by grefly
Published on 2010-05-18T13:54:53Z Indexed on 2010/05/18 14:01 UTC
Read the original article Hit count: 276

Filed under:
|
|

Is it generally acceptable to allow a Visitor to modify state of the Receiver, or should that be a Command pattern instead?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#