Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in visitor-pattern

visitor vs servant vs command patterns

A Variation on Visitor Pattern: Why not move the 2nd dispatch into the visitor's `Visit` method?

How to overcome problem with type erasure for visitor implementation

Using Visitor and Composite patterns to build a filtered stream

Symfony: How to make JMS Serializer works with strict types?

What does the accept() method of ASTNode do and how does it use the ASTVisitor?

What's the best way to implement this "on error, throw" callback?

visitor pattern for boost::any

Can the Visitor Pattern take additional parameters

(Nested?) Multiple Dispatch [Visitor Pattern]

When "if else"/"instance of" are inevitable, how do we improve the design apart from using visitor pattern?

Rails3 Arel visits to custom classes

Visitor Pattern in C++ with multiple visitable parameters

Stop traversal with ExpressionVisitor

User extendable visitor pattern in C#

c# visitor-pattern

Evaluate Tree Expression via Visitor

C++ Visitor pattern with smart pointers

Implementing a visitor counter