Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
And I need to build a website that allows users to sign-up to receive daily sales data charts in graphic format, I have 25 * 10 * 6 * 5 options. That's 7500 possible options, and that kind of site is not exactly complicated.

It is more than a little disingenuous to say that you need to test anywhere near 7500 combinations of modules to find out which ones work well together. For the most part, all you have to do is pick the module in each of the four categories that works best for you.

How do you know which individual components to choose from the vast choices? I'd start with modules I've used in the past, asking friends and colleagues for advice, and then searching the internet/perlmonks for discussions on the same topic. If those options fail, then it is time to get my hands dirty and start trudging through CPAN. Thankfully, when there are 126 Config:: modules there tend to be a lot of people with opinions of a small subset of them.

Having solved just about every problem there is with Perl, I think we should (as a community) be able to find some way to rate combinations of modules and techniques as they apply to the various problems out there.

Have you actually had this problem a lot in practice? I don't think I have ever looked into using a module that didn't explicitly state in the documentation that it was made to operate with other particular modules.

This particular problem seems to be the exception and not the rule. I've never been bitten by it. I can't think of anyone I know telling me they'd been bitten by it, and I think you're the first person I have seen mention it at all.

Maybe a kind of "create-a-combination" tool that then allows you to vote on it. If someone else has already created a combination identical to yours, you just go to that combination instead.

You would end up with a vast number of positive votes in this system. You'd be better off having people submit just the combinations that are more difficult to use together. Otherwise we'd just end up with a bunch of noise saying Data::Dumper plays well with damn near everything :).

Oknow

In reply to Re^3: On the scaleability of Perl Development Practices by oknow
in thread On the scaleability of Perl Development Practices by jdrago_999

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 taking refuge in the Monastery: (6)
As of 2024-04-24 09:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found