Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
It's an interesting question, and it is 'academic' because there is an infinite supply of problems to solve. Enough is never enough. I get that attitude as a C coder where there is an ocean of existing code, but it is far more work gluing it together, and you have to really understand it almost as as much as if you wrote it sometimes. Perl takes modularity to the next level. Maybe it makes it too easy? I occasionally think I have a useful module candidate, but I rarely wrap it up and publish because when I look there are two or three existing ones. The time when enough definitely is enough is when there are too many very similar things. Even with Perls great handling of versions and the awesome CPAN it's easily possible to load a bunch of deprecated old modules with overlapping functionality unless you look very closely at what you're requiring. But then you should do that anyway.

In the context of the Perl Quiz, which looks very interesting btw, you might want to look at the rules viz modules, they may differ from the comments here. For the current puzzle (hangman) I think you could probably crack it with a one liner for style points.

In reply to Re: How Many Modules Is Too Many? by andyf
in thread How Many Modules Is Too Many? by Belgarion

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 surveying the Monastery: (5)
As of 2024-04-25 11:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found