Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Since no one has mentioned it: DateTime is another great example. I resisted using it at all for a long time. It has big dependencies. It's difficult to understand its components. It has many moving parts. Date::Calc and Date::Manip are so easy by comparison. But in the end, date stuff is so messy, and weird and complicated that the seemingly difficult and scattered pieces of DateTime start to reveal themselves as necessary, clean, and flexible.

If I just want something like Date::Calc::check_date, great, but now if I have any plans to do anything more I reach for DateTime. My reticence kept me away from it for too long; it was false economy.

A few above have recommended just waiting till you need something to use it. I disagree. What happens when you wait till you need it is you don't even know what you need. It's like Turing machines. Any given package for a problem domain can do the work in front of you. You have to know them to know which you want. If you wait till the last minute to find out that DateTime or DBIC or Cat is the solution you want, you just let your deadline slip; maybe by a couple of weeks.

(update: jplindstrom was typing while I was so I didn't get the chance to say I agree completely, especially about skipping the mistakes -- packages with big, or expert, user bases tend to turn over bugs much more effectively.)


In reply to Re: Which modules provide highest return-on-investment? by Your Mother
in thread Which modules provide highest return-on-investment? by missingthepoint

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-16 17:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found