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

Re^2: The App:: namespace? Sharing a webapp on CPAN

by Anonymous Monk
on May 09, 2008 at 12:08 UTC ( [id://685644]=note: print w/replies, xml ) Need Help??


in reply to Re: The App:: namespace? Sharing a webapp on CPAN
in thread The App:: namespace? Sharing a webapp on CPAN

http://cpan.org/scripts/index.html
  • Comment on Re^2: The App:: namespace? Sharing a webapp on CPAN

Replies are listed 'Best First'.
Re: The App:: namespace? Sharing a webapp on CPAN
by b10m (Vicar) on May 09, 2008 at 12:41 UTC

    I'm not sure what you want to point out with that link. I know there are scripts there, but that doesn't change my opinion that it's not the best space for scripts to begin with. HTML::Template can also be found on freshmeat. Not the best place IMHO.

    --
    b10m

      Where do you think is a good place for fairly short scripts (as opposed to large "apps" that might merit their own google-code/freshmeat/whatever)?

        Most scripts can benefit from putting the functionality within a module. In that case, you're distributing the module and the script comes along with it. cpan, pod2html, and many others most people take for granted fall into this category.

        Benefits include:

        • Easier to test because you're testing a module
        • Easier to reuse in many scripts
        • Easier to subclass for other people

        My criteria for good software:
        1. Does it work?
        2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

        If scripts are too small for sourceforge, it's probably a quick hack to perform task X. Cool Uses For Perl looks like a good place, or Snippets.

        --
        b10m
Re^3: The App:: namespace? Sharing a webapp on CPAN
by skazat (Chaplain) on May 10, 2008 at 01:52 UTC

    I should also mention that the, "script" isn't a small guy, it's between 65,000 and 85,000 LOC, with > 100 template files and a few other supporting things.

    -justin simoni
    skazat me

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-19 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found