From 40d5bd5e3ddd442daefb81dbc5e90ecb8c1a055e Mon Sep 17 00:00:00 2001 From: Ulrich Becker Date: Sun, 13 Oct 2024 17:18:13 +0200 Subject: [PATCH 1/2] Clarify cross-cutting concerns vs. cross-cutting concepts Map cross-cutting concern to aspect and solution concept for a cross-cutting concern to a cross-cutting concept --- docs/04-documentation/LG-04-07.adoc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/04-documentation/LG-04-07.adoc b/docs/04-documentation/LG-04-07.adoc index 53e91f3..14eb914 100644 --- a/docs/04-documentation/LG-04-07.adoc +++ b/docs/04-documentation/LG-04-07.adoc @@ -4,9 +4,7 @@ [[LG-04-07]] ==== LZ 04-07 [ehemaliges LZ 3-06]: Querschnittsthemen dokumentieren und kommunizieren (R2) -Softwarearchitekt:innen können typische Querschnittsthemen (synonym -_Querschnittskonzepte_, _Aspekte_) adäquat dokumentieren und kommunizieren, -z.{nbsp}B. Persistenz, Ablaufsteuerung, UI, Verteilung/Integration, Protokollierung. +Softwarearchitekt:innen können typische Querschnittsthemen und die dazugehörigen Lösungskonzepte (_Aspekte_ und _Querschnittskonzepte_) adäquat dokumentieren und kommunizieren, z.{nbsp}B. Persistenz, Ablaufsteuerung, UI, Verteilung/Integration, Protokollierung. Siehe auch <>. @@ -16,9 +14,7 @@ Siehe auch <>. [[LG-04-07]] ==== LG 04-07 [previously LG 3-06]: Document and Communicate Cross-Cutting Concerns (R2) -Software architects are able to adequately document and communicate -typical cross-cutting concerns (synonym: _cross-cutting concepts_, _aspects_), -e. g., persistence, workflow management, UI, deployment/integration, logging. +Software architects are able to adequately document and communicate typical cross-cutting concerns and the corresponding solution concepts (_aspects_ and _cross-cutting concepts_), e.g., persistence, workflow management, UI, deployment/integration, logging. See also <> // end::EN[] From 56e7d919a5f1100f3e92bed4c3e1e67ecda7f37a Mon Sep 17 00:00:00 2001 From: Ulrich Becker Date: Mon, 14 Oct 2024 07:57:59 +0200 Subject: [PATCH 2/2] Remove term "aspect" --- docs/04-documentation/LG-04-07.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/04-documentation/LG-04-07.adoc b/docs/04-documentation/LG-04-07.adoc index 14eb914..e125d8e 100644 --- a/docs/04-documentation/LG-04-07.adoc +++ b/docs/04-documentation/LG-04-07.adoc @@ -4,7 +4,7 @@ [[LG-04-07]] ==== LZ 04-07 [ehemaliges LZ 3-06]: Querschnittsthemen dokumentieren und kommunizieren (R2) -Softwarearchitekt:innen können typische Querschnittsthemen und die dazugehörigen Lösungskonzepte (_Aspekte_ und _Querschnittskonzepte_) adäquat dokumentieren und kommunizieren, z.{nbsp}B. Persistenz, Ablaufsteuerung, UI, Verteilung/Integration, Protokollierung. +Softwarearchitekt:innen können typische Querschnittsthemen und die dazugehörigen Lösungskonzepte (Querschnittskonzepte) adäquat dokumentieren und kommunizieren, z.{nbsp}B. Persistenz, Ablaufsteuerung, UI, Verteilung/Integration, Protokollierung. Siehe auch <>. @@ -14,7 +14,7 @@ Siehe auch <>. [[LG-04-07]] ==== LG 04-07 [previously LG 3-06]: Document and Communicate Cross-Cutting Concerns (R2) -Software architects are able to adequately document and communicate typical cross-cutting concerns and the corresponding solution concepts (_aspects_ and _cross-cutting concepts_), e.g., persistence, workflow management, UI, deployment/integration, logging. +Software architects are able to adequately document and communicate typical cross-cutting concerns and the corresponding solution concepts (cross-cutting concepts), e.g., persistence, workflow management, UI, deployment/integration, logging. See also <> // end::EN[]