I have tried my own, possibly lame, search for any strategies which would make software components easier to reuse*. Alas, I have not found much discussing this exact subject related to Perl. Of course there is our favorite CPAN which I am a big user myself. I am thinking of something that would be a level up from that.

For example. When I am building (web) applications there are a number of things that I wind up rolling myself. Log-in window, input forms, widgit-y things. I may end up tossing them in my own libraries but I am sure the wheel has been reinvented many times.

People have made various stabs at modulizing widgets. Unfortunately everyone's approach is different. Differnt methods and properties. Different documentation layouts, yadda yadda. This makes it difficult to create things like application servers or development environments without having to roll your own widget set.

Would the development of some guidelines and strategy to facillitate adopting or deploying widgets and components be a welcome addition to the Perl community?

Any comments and insight is most welcome!

* - If you do have references to documents and/or discussions please post/pass along - I missed them.


In reply to Thinking about reusable software components by jlawrenc

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.