-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
3,955 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -362,3 +362,5 @@ croft | |
accrete | ||
decommissioned | ||
ratchets | ||
laborious | ||
reimplement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<diagram xmlns="http://www.kite9.org/schema/adl" | ||
xmlns:svg="http://www.w3.org/2000/svg" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" | ||
xmlns:xslt="http://www.kite9.org/schema/xslt" | ||
id="diagram-113" | ||
xslt:template="/public/templates/risk-first/risk-first-template.xsl"> | ||
<container bordered="true" id="c" > | ||
<risk class="complexity"/> | ||
<risk class="implementation" /> | ||
<label id="id_16"> | ||
The codebase is becoming over-complex and | ||
the risk of bugs appearing is increasing. | ||
</label> | ||
</container> | ||
<group style="--kite9-layout: down; --kite9-horizontal-align: left;"> | ||
<action style="--kite9-horizontal-align: left;">Refactoring</action> | ||
</group> | ||
<container id="d" style="--kite9-vertical-sizing: maximize; "> | ||
<risk class="schedule" /> | ||
<label id="id_16-oa">However refactoring it is | ||
complex and hard-to-predict. </label> | ||
</container> | ||
</diagram> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<diagram xmlns="http://www.kite9.org/schema/adl" | ||
xmlns:svg="http://www.w3.org/2000/svg" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" | ||
xmlns:xslt="http://www.kite9.org/schema/xslt" | ||
id="diagram-113" | ||
xslt:template="/public/templates/risk-first/risk-first-template.xsl"> | ||
<container bordered="true" id="c" style="--kite9-layout: down; "> | ||
<risk class="schedule"/> | ||
<label id="id_16"> | ||
Tasks are taking too long to complete | ||
with high variability compared to their | ||
initial estimate. | ||
</label> | ||
</container> | ||
<group style="--kite9-layout: down; --kite9-horizontal-align: left;"> | ||
<action style="--kite9-horizontal-align: left;">Pressure</action> | ||
</group> | ||
<container id="d" style="--kite9-vertical-sizing: maximize; "> | ||
<risk class="complexity" /> | ||
<risk class="implementation" /> | ||
<label id="id_16-oa">Attendant Risks</label> | ||
</container> | ||
</diagram> |
Oops, something went wrong.