in reply to Meaning of Maintanability and Functionality in Coding Perl

My sig's Rule #2 is all about maintainability. If anyone can make a change (simple or complex) and be reasonably certain they didn't introduce any bugs, your code is maintainable. A testsuite goes a long way to ensuring maintainability.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re: Meaning of Maintanability and Functionality in Coding Perl