~ What ? ~

Maintainability of code is measured in time to production/time to fix of a piece of code after.

Factors

  • Readability
  • Changeability
    • What is the risk of a code breaking after it has been changed?
    • Rigidity
  • Testability.
    • How easy is testing a piece of code?
  • Adhering To Best Practices.
    • Have we used design patterns to solve problems?
      • Did we do so correctly?