Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in visitor-pattern

How to create a reliable and robust page view counter in a web application?

count view visitor-pattern

Could visitor pattern contain some states?

How to initialize an iterator to something invalid if the container is not known?

How to pass `boost::static_visitor` instances to functions

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