List Question
20 TechQA 2024-03-20T12:31:37.903000Combining Command and Visitor design patterns
59 views
Asked by Gareg
Handling out of reach environments when implementing an interpreter
64 views
Asked by Petergtzz
How to visit on multiple variants with restricted to same type
129 views
Asked by JakeTuero
Separating data structures from algorithms in Go
45 views
Asked by Sughosh
C++: Least painful way to write a Visitor to use in apply std::visit for a templated function?
76 views
Asked by denomme
Visitor Pattern with Different Return Types for each Node Visited
145 views
Asked by sdub0800
Trouble with ANTLR Visitor Pattern - Not Entering visitExpressFrag Method
55 views
Asked by Cian Sullivan
Kotlin sequence yield in a visitor closure
51 views
Asked by Alex Lamaison
Visitor pattern serialization memory bloat
70 views
Asked by klonyyy
Persistent config with visitor pattern and static memory allocation
77 views
Asked by klonyyy
Language translation comment handling
40 views
Asked by Dan Stanger
Why can't std::visit disambiguate templated overloads
72 views
Asked by Richard Vodden
Visitor Pattern with templates for traversing tree structure
183 views
Asked by Jacob
Using a decorator on a Composite object
18 views
Asked by Shaharg
Is there a way to implement trait objects with generic functions?
79 views
Asked by Adnan
No matching function call to std::visit() using overload pattern
415 views
Asked by glades
Visitor pattern without double dispatch
62 views
Asked by Gonen I
Visitor design pattern: can my visitor returns a Promise or should I create a new interface
130 views
Asked by Lana James
C# - Can't use double-dispatch Visitor for array of derived generic types
83 views
Asked by Alberto
How do I make my method return different types of list base on the input type of list?
500 views
Asked by Azn Stride