Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Unusual (and pointless?) idiom in old code

by TomDLux (Vicar)
on Sep 22, 2011 at 17:24 UTC ( [id://927421]=note: print w/replies, xml ) Need Help??


in reply to Unusual (and pointless?) idiom in old code

Is this in a loop, eliminating values from the previous iteration? If not, you don't need to assign anything at all. If it IS in a loop, try moving the declaration into the loop, so that once again you don't need to initialize, because limited scope causes the variable to be created, new and empty, once each time around.

I have similar problems, with code written 12 years ago by interns borrowed from the mainframe department and not supervised or peer-reviewed.

As Occam said: Entia non sunt multiplicanda praeter necessitatem.

  • Comment on Re: Unusual (and pointless?) idiom in old code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://927421]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-23 15:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found