Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in visitor-pattern
Returning a value from Visitor pattern
Nov 03, 2025
c++
design-patterns
visitor-pattern
C++ struct implement derived interface
Oct 30, 2025
c++
struct
visitor-pattern
Benefits of accumulating state during traversal of an object structure by a visitor in a visitor pattern and how can the visitor achieve this?
Oct 29, 2025
design-patterns
visitor-pattern
How to know which alternative rule ANTLR parser is currently in during visit
Oct 25, 2025
java
antlr4
visitor-pattern
Babel plugin (Visitor pattern) - How it works
Oct 22, 2025
javascript
babeljs
visitor-pattern
Why we need accept() in Visitor pattern and why we cannot call visitor.visit() directly?
Oct 18, 2025
c++
design-patterns
visitor-pattern
double-dispatch
Visit a variant with a monostate
Oct 20, 2025
c++
variant
visitor-pattern
How to create a reliable and robust page view counter in a web application?
Mar 03, 2023
count
view
visitor-pattern
Could visitor pattern contain some states?
Feb 23, 2023
java
design-patterns
visitor-pattern
How to initialize an iterator to something invalid if the container is not known?
Feb 15, 2023
c++
containers
visitor-pattern
How to pass `boost::static_visitor` instances to functions
Dec 26, 2022
c++
templates
boost
visitor-pattern
boost-variant
visitor vs servant vs command patterns
Dec 13, 2022
design-patterns
visitor-pattern
command-pattern
A Variation on Visitor Pattern: Why not move the 2nd dispatch into the visitor's `Visit` method?
Dec 04, 2022
design-patterns
visitor-pattern
How to overcome problem with type erasure for visitor implementation
Nov 28, 2022
java
generics
visitor-pattern
type-erasure
Using Visitor and Composite patterns to build a filtered stream
Nov 11, 2022
java
design-patterns
composite
visitor-pattern
Symfony: How to make JMS Serializer works with strict types?
Nov 10, 2022
php
symfony
serialization
jmsserializerbundle
visitor-pattern
What does the accept() method of ASTNode do and how does it use the ASTVisitor?
Nov 08, 2022
java
abstract-syntax-tree
visitor-pattern
What's the best way to implement this "on error, throw" callback?
Oct 20, 2022
c++
exception
c++14
template-meta-programming
visitor-pattern
Older Entries »