Re: When and where to use Visitor Pattern?



On 22 Apr 2005 09:42:20 -0700, Sam Hwang <samhng@xxxxxxxxx> wrote:

The visitor pattern works great for context free processing of graphs
in an extendable manner -
However IME this actually covers very few computing problems that Ive
encountered commercially.

Yes the visitor is greate at

.