Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use two ideas from nick tunes book #48

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/02-analyze/02-learning-goals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Typische Praktiken der Ist-Analyse kennen und für die jeweilige Situation, das
* Stakeholder-Analyse und -interview
* Kontextanalyse
* Qualitative Analyse (etwa ATAM), insbesondere die Analyse von Qualitätszielen
* Verstehen des aktuellen Stands der Geschäftsprozesse und (Sub-)Domänen
* Analyse von strukturellen Abweichungen zwischen Soll- und Ist-Architektur
** Quantitative Analysemethoden und -praktiken, etwa:
** Code-Metriken (Größenmaße, Kopplung, Komplexität, Kohäsion)
Expand Down Expand Up @@ -78,6 +79,7 @@ time or the involved stakeholders. This includes approaches such as:
* Stakeholder analysis and interview
* Contextual analysis
* Qualitative analysis (e.g., ATAM), in particular, analysis of quality goals
* Understanding the current state of business processes and (sub-)domains
* Analysis of structural deviations between target and current architecture
* Quantitative analysis methods and practices, such as:
** Code metrics (size metrics, coupling, complexity, cohesion)
Expand Down
4 changes: 3 additions & 1 deletion docs/03-evaluate/01-duration-terms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

Aufwand, Kosten, Schätzung, Beobachtung/Messung, Annahmen,
betriebswirtschaftliche Größen: Investition, Ertrag, Kosten, Wert, Return-on-Invest (ROI), Break-Even, Run-the-Shop (RTC) und Develop-the-Shop (DTC) Kosten, Capital Expense (CapEx), Operational Expense (OpEx);
Intervallschätzung, Gesetz-der-großen-Zahl
Intervallschätzung, Gesetz-der-großen-Zahl.
Geschäftsziele, strategische Initiativen.

// end::DE[]

Expand All @@ -22,5 +23,6 @@ Intervallschätzung, Gesetz-der-großen-Zahl
Effort, cost, estimate, observation/measurement, assumptions, economic dimensions: Investment, yield, cost, value, Return-on-Invest (ROI), Break-Even,
Run-the-Shop (RTC) und Develop-the-Shop (DTC) cost, Capital Expense (CapEx), Operational Expense (OpEx);
interval estimation, law of large numbers.
Business goals, strategic initiatives.
programming-wolf marked this conversation as resolved.
Show resolved Hide resolved

// end::EN[]
2 changes: 2 additions & 0 deletions docs/03-evaluate/02-learning-goals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
** Investitionen und laufenden Kosten, Run-the-Company (RTC) und Develop-the-Company (DTC)
** ROI, Break-Even, Abschreibungen und Amortisierung
** Einmalige und wiederkehrende Aufwände, bekannte und geschätzte Aufwände.
* Nutzung von bereits genehmigten Budgets für strategische Initiativen, um Verbesserungsmaßnahmen darauf abzustimmen und damit zu verbinden.

[[LZ-3-2]]
==== LZ 3-2: Grundbegriffe für Evaluierung/Schätzung
Expand Down Expand Up @@ -41,6 +42,7 @@ Schätzverfahren auf Probleme und Lösungsansätze innerhalb von IT-Systemen und
** Investment and operating expenses (OPEX), Run-the-Company (RTC), and Develop-the-Company (DTC)
** ROI, break-even, depreciation, and amortization
** One-time and reoccurring costs, known and estimated costs.
* Use of already approved budgets for strategic initiatives in order to align and link improvement measures with them.

[[LG-3-2]]
==== LG 3-2: Basic terms of evaluation and estimation
Expand Down