My first impression, sorry, is that "Forest" is trying to be too cute. Who's going to search for a "Forest" module when they're looking for a tree data structure? And when I see "Forest::Tree", I think of forestry and the environment, not data structures. "Forest" winds up just being a vanity/brand, and doesn't convey anything about what the distribution does. The fact that you're thinking about aliasing is a sign that it's flawed in the first place. (And I know how you probably feel -- development names are tough to let go, it's easy to get attached to them through repeated exposure.)

Personally, I liked the name "Tree::Simple" -- it immediately stood out among all the tree modules. I'd prefer if you found something along those lines that conveyed what it does (i.e. the Noun::Adjective/Adverb style).

Tree::Persistant? Tree::Builder? Tree::Easy? Tree::Simpler? (The latter even conveys the connection to Tree::Simple but with the improved API and transparent persistance.)

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.


In reply to Re: Module naming issues by xdg
in thread Module naming issues by dragonchild

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.