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

Re: function call / return philosophies

by ehdonhon (Curate)
on Sep 03, 2004 at 19:03 UTC ( [id://388380]=note: print w/replies, xml ) Need Help??


in reply to function call / return philosophies

Varying return types has always caused problem for me down the road. Best thing to do might be to always return ref regardless of the number of parameters you receive.

I think a hashref here is a better return value than an array ref. Perl already has hashes built in. If you return an array ref, you are forcing the user of your API to re-implement associative arrays.

  • Comment on Re: function call / return philosophies

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-26 01:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found