Stevan, Thank you for the reply.
I have posted a prospectus of code on PrePan @ http://prepan.org/module/429En4oFep And the actual first pass on github @ https://github.com/jandrew/MooseX-Util-ClassBuilder The name is a default just for posting code. Best Regards, Jed On Fri, Oct 5, 2012 at 4:22 PM, Stevan Little < stevan.lit...@iinteractive.com> wrote: > On Oct 5, 2012, at 3:04 PM, Jed Lund wrote: > > All, > > > > I am looking for some assistance choosing a good module name for a class > > that I would like to build. Essentially it would perform a similar > > function to Moose::Util 'with_traits' or MooseX::ClassCompositor. The > > major difference in my offering would have a different user interface. > I > > am thinking of the following possibilities. > > > > MooseX::Util::ClassBuilder > > > > MooseX::ClassBuilder > > > > MooseX::Shiras::ClassBuilder > > > > I noticed that many MooseX modules have Util in the third position but > > there doesn't seem to be a MooseX::Util branch of the namespace yet? > > > > Any suggestions are welcome. > > > > JANDREW > > > > Jed > > > Jed, > > Might be helpful if you pointed us at some code. > > Personally I am not a fan of MooseX::Util as a namespace, the idea behind > MooseX:: is that it provides extension to Moose itself, and MooseX::Util > reads to me as "utilities to help build extensions of Moose", which is not > what your module sounds like. > > - Stevan