* Robert Rothenberg <[EMAIL PROTECTED]> [2004-07-31 09:47]:
> I have a module called List::SkipList which has been on CPAN
> for quite a while.  I'm thinking of renaming it to
> Algorithm::SkipList, which seems more appropriate (and nobody
> said yeah or nay to my request for the List::SkipList namespace
> on [EMAIL PROTECTED]).
> 
> Does anyone consider that an inapropriate name?

Hmm. It's a datastructure, not an algorithm, no?  Although I
don't know where that would put it.

Data:: does not seem to be the right place -- it seems to be
about data formats more than data structures.

I decided to take a look at where all the tree implementations
are as possible guidance. Lo, they're all toplevel modules or in
Tree::. That would seem to indicate that List:: is the right
place for yours.

That seems unsatisfactory to me.

Really, IMHO the tree modules and yours and probably others more
should be in some sort of Datastructure:: namespace.

Regards,
-- 
Aristotle
"If you can't laugh at yourself, you don't take life seriously enough."

Reply via email to