Add more patterns

This commit is contained in:
Charles-Axel Dein
2016-08-17 20:09:56 +02:00
parent bdeff542f9
commit b2d9078d89
2 changed files with 5 additions and 2 deletions

View File

@@ -11,4 +11,5 @@
* **Blackbox monitoring**
* **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)).
* **Whitebox monitoring**
* **Whitebox monitoring**
* **Law of Demeter**: ([source]([Law of Demeter](http://www.ccs.neu.edu/home/lieber/LoD.html)))