NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Length (Score:1)
I've often seen people remark about long names (tho usually with function/method calls).
Personally, I don't worry about it when it comes to modules. I try to organize them in a manner that makes it easy for me to find the code I need to work on.
That is my sole naming criteria. It has to make sense so I can find my code.
As for length... well, I only have to type the module name twice. Once for the use clause, and once for the new statement.
After that, I use the object name.
Reply to This