Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in visitor-pattern

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

Apples, oranges, and pointers to the most derived c++ class

Difference between visitor design pattern and depth first search?

Visitor Pattern can be replaced with Callback functions?

Is it possible to use std::visit without lambdas (just a simple class)? [closed]

A good reason to use the Visitor design pattern?

How can I reduce boilerplate with the visitor pattern in Swift?