Vivek Khera wrote:
> 
> >>>>> "MS" == Matt Sergeant <[EMAIL PROTECTED]> writes:
> 
> MS> I doubt you'll find evidence, just some hand waving. If you know what
> MS> you're doing, use lexicals and don't worry about initialization. If you
> MS> don't know what you're doing, initialize.
> 
> Not to imply that initializing means you don't know what you're doing,
> of course. ;-)
But of course. ;-)

My underlying concern is that each time the code is run, I get "clean"
variables. Every variable is a lexical. If that is enough to guarantee
emptiness on each run, then initialization is unnecessary (and in fact a
performance decrease).

-- 
Drew Taylor
Vialogix Communications, Inc.
501 N. College Street
Charlotte, NC 28202
704 370 0550
http://www.vialogix.com/

Reply via email to