Re: Help with naming a module

2010-03-05 Thread Eric Wilhelm
# from Tamir Lousky # on Friday 05 March 2010 01:16: >I liked the idea of putting in under the "Algorithm::Shape" namespace, > as it clarifies much better what it's for. There is also Math::Geometry::, though Algorithm might be a good fit if it is particularly algorithmic. >Shrubbery on the oth

Re: Help with naming a module

2010-03-05 Thread Tamir Lousky
Yeah, that's probably better, Thanks! On Fri, Mar 5, 2010 at 12:15 PM, sawyer x wrote: > Hey > > Congrats on your first CPAN module! > > I opt for Algorithm::Shape::RandomTree, which basically says "this module > calculates the shape of a tree, randomly", which is exactly what you want. > You c

Re: Help with naming a module

2010-03-05 Thread sawyer x
Hey Congrats on your first CPAN module! I opt for Algorithm::Shape::RandomTree, which basically says "this module calculates the shape of a tree, randomly", which is exactly what you want. You could also go for Algorithm::Shape::Tree. RandomTree tries to explicitly mention the idea of randomisati

Re: Help with naming a module

2010-03-05 Thread Tamir Lousky
Thanks for your comments, David & David :-) I liked the idea of putting in under the "Algorithm::Shape" namespace, as it clarifies much better what it's for. Shrubbery on the other hand is quite irresistible. So a combination might be the best solution: Algorithm::Shape::Shrubbery Or something