Click here to Skip to main content
15,889,266 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Challenging myself with Codegen - a Visitor generator Pin
Nelek4-May-20 8:55
protectorNelek4-May-20 8:55 
GeneralRe: Challenging myself with Codegen - a Visitor generator Pin
honey the codewitch4-May-20 8:58
mvahoney the codewitch4-May-20 8:58 
GeneralRe: Challenging myself with Codegen - a Visitor generator Pin
Jörgen Andersson4-May-20 9:04
professionalJörgen Andersson4-May-20 9:04 
GeneralRe: Challenging myself with Codegen - a Visitor generator Pin
honey the codewitch4-May-20 9:12
mvahoney the codewitch4-May-20 9:12 
GeneralRe: Challenging myself with Codegen - a Visitor generator Pin
Jörgen Andersson4-May-20 9:22
professionalJörgen Andersson4-May-20 9:22 
GeneralRe: Challenging myself with Codegen - a Visitor generator Pin
honey the codewitch4-May-20 9:30
mvahoney the codewitch4-May-20 9:30 
GeneralRe: Challenging myself with Codegen - a Visitor generator Pin
Nelek4-May-20 9:38
protectorNelek4-May-20 9:38 
GeneralRe: Challenging myself with Codegen - a Visitor generator Pin
honey the codewitch4-May-20 9:44
mvahoney the codewitch4-May-20 9:44 
Nelek wrote:
Still don't get the big overview.


I don't know if I get your meaning. Let me see if this clarifies. If I misunderstood you, I apologize in advance:

A visitor basically traverses an object tree for you, calling a Visit method or raising a Visit event for each object in the tree. This can allow you to examine each object and determine if it's what you're looking for, at that point allowing you to return it or even possibly modify it

Basically, primarily a visitor is an object tree querying device.
Real programmers use butterflies

GeneralRe: Challenging myself with Codegen - a Visitor generator Pin
Nelek4-May-20 20:45
protectorNelek4-May-20 20:45 
GeneralRe: Challenging myself with Codegen - a Visitor generator Pin
honey the codewitch4-May-20 21:04
mvahoney the codewitch4-May-20 21:04 
GeneralRe: Challenging myself with Codegen - a Visitor generator Pin
Nelek4-May-20 21:11
protectorNelek4-May-20 21:11 
GeneralWhy was Star Wars... Pin
DRHuff4-May-20 8:25
DRHuff4-May-20 8:25 
GeneralThought of the Day Pin
OriginalGriff4-May-20 4:46
mveOriginalGriff4-May-20 4:46 
GeneralRe: Thought of the Day Pin
lopatir4-May-20 5:27
lopatir4-May-20 5:27 
GeneralRe: Thought of the Day Pin
MarkTJohnson4-May-20 5:40
professionalMarkTJohnson4-May-20 5:40 
GeneralRe: Thought of the Day Pin
W Balboos, GHB4-May-20 6:21
W Balboos, GHB4-May-20 6:21 
GeneralRe: Thought of the Day Pin
jeron14-May-20 6:27
jeron14-May-20 6:27 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer4-May-20 6:39
professionalDaniel Pfeffer4-May-20 6:39 
GeneralRe: Thought of the Day Pin
phil.o4-May-20 7:38
professionalphil.o4-May-20 7:38 
GeneralRe: Thought of the Day Pin
Sander Rossel4-May-20 7:54
professionalSander Rossel4-May-20 7:54 
JokeWhat is the internal temperature of a Tauntaun? PinPopular
ZurdoDev4-May-20 4:44
professionalZurdoDev4-May-20 4:44 
GeneralRe: What is the internal temperature of a Tauntaun? Pin
Greg Utas4-May-20 8:20
professionalGreg Utas4-May-20 8:20 
GeneralRe: What is the internal temperature of a Tauntaun? Pin
ZurdoDev4-May-20 8:26
professionalZurdoDev4-May-20 8:26 
GeneralI felt a disturbance in the force Pin
Jörgen Andersson4-May-20 3:57
professionalJörgen Andersson4-May-20 3:57 
GeneralRe: I felt a disturbance in the force Pin
Daniel Pfeffer4-May-20 7:54
professionalDaniel Pfeffer4-May-20 7:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.