in reply to Re: Yet another set of Perl best practices
in thread Yet another set of Perl best practices

No, I really mean the subs/methods, not their names.

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...

  • Comment on Re^2: Yet another set of Perl best practices

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