On Sun, August 4, 2013 12:30 pm, Shawn H Corey wrote: > On Sun, 4 Aug 2013 18:03:51 +0200 > Lars Dɪá´á´á´á´á´¡ è¿ªææ¯ <da...@cpan.org> wrote: > >> This would be better in the Regexp top level namespace instead of >> occupying its own: > > I chose the short name so it would be remembered. Long names aren't. >
People who use your module will remember it because its name is in their code, not because it is short. People who haven't used your module won't remember its name, be it long or short. Making the name searchable is more important than guessing what a programmer might find memorable. A good Name description (I'm amazed, by the way, at the number of people who totally screw this up -- do they not want anyone to use their code?) and a clear Synopsis are far more likely to get me to install and try out a module. -john