From 6f61fdf7eb162a61a6c58ec69ae7d83bdc9dec4b Mon Sep 17 00:00:00 2001 From: Cyber-Luke <75857685+Cyber-Luke@users.noreply.github.com> Date: Fri, 22 Apr 2022 15:16:08 +0200 Subject: [PATCH] Updated 2. Software Architecture Specification (markdown) --- 2.-Software-Architecture-Specification.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/2.-Software-Architecture-Specification.md b/2.-Software-Architecture-Specification.md index e1c9bd7..568280a 100644 --- a/2.-Software-Architecture-Specification.md +++ b/2.-Software-Architecture-Specification.md @@ -115,9 +115,7 @@ Attention is paid to transferability to later projects, through the involvement #### 2.3.1.1 Testability -### 2.3.2 Bug fixing - -Another milestone to keep quality high is the elimination of errors that cause undesired behaviour or even fatal errors. +This is probably the second most important point after usability, care must be taken to ensure that the code is testable. On the one hand directly in the code, but also testing the binary is important. For this purpose, various test cases are described and worked through on another page. Thereby, to keep quality high, errors that cause undesirable behavior or even fatal errors must be eliminated. # 3. Quality Concept