Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Which modules provide highest return-on-investment?

by jplindstrom (Monsignor)
on Oct 12, 2008 at 17:56 UTC ( #716691=note: print w/replies, xml ) Need Help??


in reply to Which modules provide highest return-on-investment?

Moose.

Because of the complete and coherent way it provides you with a standard approach to do OO in Perl.

Because of the way it provides a declarative syntax to accomplish a lot of the things you need to do in order to produce solid code. For instance: Read-write/read-only values. Flexible type constraints where it makes sense to you. Required and default values. Lazy initialization. These are things you perhaps wouldn't normally bother with because of the extra effort and lines of code it would cost. But now all that is much cheaper.

Because of the way it scales from the very simple and minimal solutions, all the way up to meta programming.

Because of the way it is establishing itself as the foundation of bigger frameworks, e.g. DBIx::Class and Catalyst. This means you may very well need to know the basics of Moose anyway.

/J

  • Comment on Re: Which modules provide highest return-on-investment?

Replies are listed 'Best First'.
Re^2: Which modules provide highest return-on-investment?
by missingthepoint (Friar) on Oct 13, 2008 at 09:28 UTC

    Well, you sold me. It's been great learning which modules are going to reward my efforts, but all the buzz I've been hearing about Moose suddenly makes sense. ++.


    email: perl -e 'print reverse map { chr( ord($_)-1 ) } split //, "\x0bufo/hojsfufqAofc";'

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2023-04-02 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?