in reply to Re: Yet another set of Perl best practices
in thread Yet another set of Perl best practices
IMO subs/methods should do something specific, clear and easy to explain (at least, once you have a good vocabulary for the problem space at hand).
Though, if you have problems naming your methods, it is probably a good indication that you are not doing that right.
Maybe meaningful is not the right word here...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Yet another set of Perl best practices
by Anonymous Monk on Aug 24, 2012 at 13:55 UTC |