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:
- Does it work?
- Can someone else come in, make a change, and be reasonably certain no bugs were introduced?