Difference between revisions of "Maintainability"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (first) |
Karl Jones (Talk | contribs) (→External links) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
* Make future maintenance easier. | * Make future maintenance easier. | ||
* Cope with a changed environment. | * Cope with a changed environment. | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | * [[Code refactoring]] | ||
+ | * [[Software maintenance]] | ||
+ | |||
+ | == External links == | ||
+ | |||
+ | * [https://en.wikipedia.org/wiki/Maintainability Maintainability] @ Wikipedia | ||
+ | |||
+ | [[Category:Disambiguation]] | ||
+ | [[Category:Engineering]] | ||
+ | [[Category:Management]] |
Latest revision as of 18:48, 24 April 2016
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
- Maintainability @ Wikipedia