polettix has asked for the wisdom of the Perl Monks concerning the following question:
Update: Anyone interested into a more general discussion about names for modules could find Regrettable module names interesting.
Wise Monks,
here I come again to ask for your valuable time to examine a little issue of mine.
I recently wrote a module (named TrafficModeling::ErlangB ad interim) to perform various calculations based upon the Erlang-B formula.
I tried to ask for suggestions in comp.lang.perl.(misc|modules) (here and here) as per perlmodlib but my questions went deserted; this is why I dare bother you. I also discussed the topic with good monks eibwen and Zaxo (if my memory doesn't fail) in the CB but I have to admit that I remember very little - it was 4 AM for me. I definitively prefer to keep answers to meditate upon.
I'm also going to write similar modules that deal with formulas applicable in other contexts (e.g. Erlang-C and Engset), and I'd like to keep them in separate namespaces. I was thinking about putting them under Math, or dare to ask to open a new root like Engineering in which all these kind of stuff can be put.
Have you any comment/suggestion? Thanks in advance,
Update: I did it! Following brian_d_foy's suggestion, I registered the module as Math::Telephony::ErlangB and I uploaded it - just waiting it shows up! Thank you all for patience and brian_d_foy and eibwen for active support.
Flavio (perl -e 'print(scalar(reverse("\nti.xittelop\@oivalf")))')
Don't fool yourself.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Suggestion for module namespace assignment
by brian_d_foy (Abbot) on May 11, 2005 at 02:00 UTC | |
by polettix (Vicar) on May 11, 2005 at 14:33 UTC | |
by brian_d_foy (Abbot) on May 11, 2005 at 18:02 UTC | |
Re: Suggestion for module namespace assignment
by eibwen (Friar) on May 11, 2005 at 04:45 UTC |