This commit is contained in:
David Schirrmeister 2024-05-02 13:11:57 +02:00
parent 16bf6cc960
commit 660a9c53bb
3 changed files with 5 additions and 2 deletions

View File

@ -15,6 +15,7 @@
<toc-element topic="IntroductionOOAD.md"/>
<toc-element topic="SoftwareProcesses.md"/>
<toc-element topic="ImplementingForMaintainability.md"/>
<toc-element topic="DesigningForMaintainability.md"/>
</toc-element>
<toc-element toc-title="Rechnerarchitektur">
<toc-element topic="Historie.md"/>

View File

@ -0,0 +1 @@
# Designing for Maintainability

View File

@ -11,7 +11,6 @@
- [Refactoring _by Martin Fowler_](https://learning.oreilly.com/library/view/refactoring-wie/9783958459434/)
- [refactoring catalog](https://refactoring.com/catalog/)
- [Clean Code _by Uncle Bob_](https://learning.oreilly.com/library/view/clean-code/9783826655487/)
-
## Introduction
@ -208,4 +207,6 @@ void printDetails(double outstanding){
- Minimiere den Grad von Interdependencies
![image_53.png](image_53.png)
![image_53.png](image_53.png)