Tagged Questions
46
votes
7answers
5k views
When should I use the Visitor Design Pattern?
I keep seeing references to the visitor pattern in blogs but I've got to admit, I just don't get it. I read the wikipedia article for the pattern and I understand its mechanics but I'm still confused ...
10
votes
2answers
785 views
Visitor Pattern + Open/Closed Principle
Is it possible to implement the Visitor Pattern respecting the Open/Closed Principle, but still be able to add new visitable classes?
The Open/Closed Principle states that "software entities ...
4
votes
5answers
3k views
A more generic visitor pattern
I'm sorry if my question is so long and technical but I think it's so important other people will be interested about it
I was looking for a way to separate clearly some softwares internals from ...