in reply to Re: What is maintainable perl code?
in thread What is maintainable perl code?

Ensuring your methods/functions/subroutines/whatever do one thing well and "live" fairly independent (all necessary info is either "passed" in or lives within the object) is the nirvana of maintainable code.

Amen brother.

derby++

-- vek --
  • Comment on Re: Re: What is maintainable perl code?