Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: How To: Make An Iterator

by Anonymous Monk
on Apr 20, 2006 at 00:09 UTC ( [id://544476]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How To: Make An Iterator
in thread How To: Make An Iterator

If your iterator is designed to return a list each iteration and an empty list is valid then you will prematurely terminate.
Uhm, the whole idea with the above is that if you want "a list" from the iterator the iterator returns an array reference, just as you do if you want to return two or more "lists" from a subroutine or have several "lists" in a list or array.

Why on earth would the iterator want to return a list instead of an array reference? That would just make it uncomfortable to use. If you return array references you have a perfectly general, maintainable and safe way to signal exhaustion.

Replies are listed 'Best First'.
Re^4: How To: Make An Iterator
by Limbic~Region (Chancellor) on Apr 20, 2006 at 12:24 UTC
    Anonymous Monk,
    Listen, feel free to do whatever you want with the iterators you build. Feel free to always and forever use the same return type and exhaustion indicator regardless of the situation. I have very rarely found a silver bullet that fits every situation so my tutorial was written from the perspective of flexibility and responsibility.

    Objection noted.

    Cheers - L~R

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 04:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found