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

Re^3: Performance improvement in perl scripts

by BillKSmith (Monsignor)
on Apr 26, 2012 at 14:35 UTC ( [id://967372]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Performance improvement in perl scripts
in thread Performance improvement in perl scripts

Even when we choose not to use the module, the time spent looking for it is seldom wasted. Module documentation often reveals special cases or other aspects of the problem which we had not thought of.

True, modules may not be correct. The same can be said for own code (especially code optimized to a different standard). At least, the module has withstood the criticism of a fairly large base of users.

  • Comment on Re^3: Performance improvement in perl scripts

Replies are listed 'Best First'.
Re^4: Performance improvement in perl scripts
by JavaFan (Canon) on Apr 26, 2012 at 14:45 UTC
    At least, the module has withstood the criticism of a fairly large base of users.
    What's the basis for this argument? There's nothing on CPAN that guarantees, enforces, or even promotes that uploaded modules first get a large base of users, or has to withstand criticism. I can upload any code I want, and when you are browsing CPAN, you have no idea if the code has any actual users, or whether there was any criticism, and if so, what I have done with it.

    Please, we should stop assigning magic properties to CPAN, or code that's on CPAN. CPAN is a storage and distribution vehicle. Nothing more than that. There are good pieces of code on CPAN, and there's crap. But the mere fact that code is on CPAN proves absolutely nothing of its usefulness or quality.

    As a programmer, you should recognize that. A programmer who totally ignores CPAN is wasting a lot of effort. But a programmer that blindly considers anything on CPAN as quality can actually be quite harmful for the environment he's working in.

Log In?
Username:
Password:

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

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

    No recent polls found