Skip to content

Commit dbd33f1

Browse files
committed
fixed #168, "concerns" -> "concepts" in LG 1-4, 2-4 and 3-6
1 parent 197e0f8 commit dbd33f1

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

docs/01-basics/LZ-1-04.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Tasks and responsibilities of software architects:
3131
* Clarify and scrutinize requirements and constraints, and refine them if necessary.
3232
Together with functional requirements (required features), this includes the required quality characteristics (_required constraints_).
3333
* Decide how to decompose the system into building blocks, while determining dependencies and interfaces between the building blocks.
34-
* Determine and decide on cross-cutting concerns (for instance persistence, communication, GUI etc.)
34+
* Determine and decide on cross-cutting concepts (for instance persistence, communication, GUI etc.)
3535
* Communicate and document software architecture based on views, architectural patterns, cross-cutting and technical concepts
3636
* Accompany the realization and implementation of the architecture; integrate feedback from relevant stakeholders into the architecture if necessary; review and ensure the consistency of source code and software architecture
3737
* Analyze and evaluate software architecture, especially with respect to risks involving the quality requirements

docs/02-design/LZ-2-04.adoc

+4-7
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,18 @@ Softwarearchitekt:innen wissen, dass solche Querschnittskonzepte systemübergrei
1515

1616
// tag::EN[]
1717
[[LG-2-4]]
18-
==== LG 2-4: Design and implement cross-cutting concerns (R1)
18+
==== LG 2-4: Design and implement cross-cutting concepts (R1)
1919

2020
Software architects are able to:
2121

22-
* explain the significance of such cross-cutting concerns
23-
* decide on and design cross-cutting concerns, for example persistence, communication, GUI, error handling, concurrency
22+
* explain the significance of such cross-cutting concepts
23+
* decide on and design cross-cutting concepts, for example persistence, communication, GUI, error handling, concurrency
2424
* identify and assess potential interdependencies between these decisions.
2525

2626
Software architects know that such cross-cutting concepts may be re-used throughout the system.
2727

2828
// end::EN[]
2929

3030
// tag::REMARK[]
31-
[NOTE]
32-
====
33-
GS/CL: leicht umformuliert. Modified EN translation of "Konzept" to "concept" instead of "concern".
34-
====
31+
3532
// end::REMARK[]

docs/03-documentation/LZ-3-06.adoc

+1-7
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,12 @@ Softwarearchitekt:innen können typische Querschnittskonzepte (synonym _Prinzipi
1010

1111
// tag::EN[]
1212
[[LG-3-6]]
13-
==== LG 3-6: Document and communicate cross-cutting concerns (R1)
13+
==== LG 3-6: Document and communicate cross-cutting concepts (R1)
1414

1515
Software architects are able to adequately document and communicate typical cross-cutting concepts (synonym: _principles_, _aspects_), e. g., persistence, workflow management, UI, deployment/integration, logging.
1616

1717
// end::EN[]
1818

1919
// tag::REMARK[]
2020

21-
[NOTE]
22-
====
23-
24-
* GS+RR: Redundanz zu Kapitel 2 entfernt, Protokollierung aufgenomen.
25-
* JR: Begriff an Kapitel 2 angepasst: "Querschnittskonzepte" anstelle von "querschnittliche Konzepte".
26-
====
2721
// end::REMARK[]

0 commit comments

Comments
 (0)