Add configration bias

This commit is contained in:
Charles-Axel Dein
2016-06-22 16:54:47 +02:00
parent b9fe80a740
commit 1b7ecd8848
2 changed files with 16 additions and 2 deletions

12
glossary.md Normal file
View File

@@ -0,0 +1,12 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
# Table of Contents
- [Glossary](#glossary)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# Glossary
* **Stability** is the sensitivity to change of a given system that is the negative impact that may be caused by system changes ([ISO/IEC 9126 standard on evaluating software quality](https://en.wikipedia.org/wiki/ISO/IEC_9126)).
* **Reliability** is made of maturity (frequency of failure in software), fault tolerance (ability to withstand failure) and recoverability (ability to bring back a failed system to full operation) ([ISO/IEC 9126 standard on evaluating software quality](https://en.wikipedia.org/wiki/ISO/IEC_9126)).