Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Object oriented Perl: What's popular?

by samtregar (Abbot)
on Feb 01, 2008 at 19:41 UTC ( [id://665630]=note: print w/replies, xml ) Need Help??


in reply to Object oriented Perl: What's popular?

To me a completely generic framework like Moose isn't very attractive. What I need more often is help building specific types of classes. For example, when I need to model persistent objects I'll use Rose::DB::Object or Class::DBI. When I need to model a web application I'll use CGI::Application or MasonX::WebApp. These are all base-classes which provide basic OO features, but they also give you important implementation features.

In the rare case where I'm creating a truely generic class I'll usually reach for Class::Accessor::Fast to do the busy work. It's quick, light and gets the job done. I used to like Class::MethodMaker but I'm not a fan of where the module has gone since v2 came out.

-sam

  • Comment on Re: Object oriented Perl: What's popular?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-24 12:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found