Difference between revisions of "Maintainability"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(etc)
(soft main)
Line 14: Line 14:
  
 
* [[Code refactoring]]
 
* [[Code refactoring]]
 +
* [[Software maintenance]]
  
 
== External links ==  
 
== External links ==  
  
 
* [https://en.wikipedia.org/wiki/Maintainability Maintainability] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Maintainability Maintainability] @ Wikipedia

Revision as of 06:20, 18 August 2015

In engineering, maintainability is the ease with which a product can be maintained in order to:

  • Isolate defects or their cause.
  • Correct defects or their cause.
  • Repair or replace faulty or worn-out components without having to replace still working parts.
  • Prevent unexpected breakdowns.
  • Maximize a product's useful life.
  • Maximize efficiency, reliability, and safety.
  • Meet new requirements.
  • Make future maintenance easier.
  • Cope with a changed environment.

See also

External links