in reply to RE: RE: My philosophy on coding (in Perl and other languages):
in thread My philosophy on coding (in Perl and other languages):
Bad programmers are a hazard to your code-base. So give them feedback and review. Doing that up front saves energy in the end over letting it pass and cleaning up after. A stitch in time and all that.
BTW I do comment most subroutines. Input arguments, brief description, and return. Often only the ones that are meant to be used outside the module though...
|
|---|