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

Re: OO Application Design

by kabel (Chaplain)
on Sep 25, 2002 at 08:26 UTC ( [id://200584]=note: print w/replies, xml ) Need Help??


in reply to OO Application Design

i think the problem here is that perls array type is so high level that you should really consider if you need an extra "List" container class or just return an array of "person" objects. in a "List" class you could add some extra functionality (whatever that may be), but you got to code it (extra code to maintain) - (i got the feeling that this sounds a bit like how you would do it in java?)

i have experienced that the places where you got to deal with one "object" and with a whole bunch of them is very clearly defined. there is IMO no reason to further generalize the code any more if you are at that stage.

if you have the time you may give the container class approach a try and make the decision for yourself which of the two suits you and the whole project best. just think on a popular perl saying :)

Log In?
Username:
Password:

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

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

    No recent polls found