in reply to Re: Is there an ideal module size or subroutine size? (no,yes)
in thread Is there an ideal module size or subroutine size?

A thoughtful reply. Thank you.

I mentioned already that this is a CGI::Application program -- the subs are run modes, and each of the subs in the modules are run modes related to users, files and projects. There may be some duplicated code, code that I can refactor, but I don't think I'm at that stage yet. The routines are basically ones that collect information from the CGI activity (GET or POST), do some database calls, and display the results using Template::Toolkit.

It seems that I'm not in a Bad Place yet .. so I may well just hold off any drastic changes.

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

  • Comment on Re^2: Is there an ideal module size or subroutine size? (no,yes)