Skip to content

Commit

Permalink
Merge pull request #598 from isaqb-org/#578-add-DRY-LG-03-04
Browse files Browse the repository at this point in the history
#578-add-DRY-to-LG-03-04
  • Loading branch information
gernotstarke authored Oct 13, 2024
2 parents f7c1cff + d00dc38 commit b835414
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/03-design/LG-03-04.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Softwarearchitekt:innen sind in der Lage:
**Reduktion von Komplexität** (R3)

* als Motiv der Prinzipien KISS, YAGNI und CUPID <<north-cupid>>
* DRY (Don't Repeat Yourself) als eine Möglichkeit, Wiederholungen zu vermeiden

**Erwarte Fehler** (R2-R3)

Expand All @@ -56,7 +57,7 @@ Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Prin
// tag::EN[]

[[LG-03-04]]
==== LG 03-04 [previously LG 2-06]: Explain and Use Design Principles (R1-R3)
==== LG 03-04 [previously LG 2-06]: Explain and Use Design Principles (R2)

Software architects are able to explain what design principles are.
They can outline their general objectives and their application with regard to software architecture. (R2)
Expand Down Expand Up @@ -93,6 +94,7 @@ Software architects are able to:
**Complexity reduction** (R3)

* as the driving factor behind KISS, YAGNI, and CUPID <<north-cupid>>
* DRY (Don't Repeat Yourself) as one option to avoid repetitions

**Expect errors** (R2-R3)

Expand Down

0 comments on commit b835414

Please sign in to comment.