Skip to content

Commit 27d0dbf

Browse files
committed
Removed Feature Access Risk
1 parent 9d79363 commit 27d0dbf

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

docs/practices/Deployment-And-Operations/Release.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ practice:
1414
- "Launch"
1515
- "Publication"
1616
mitigates:
17-
- tag: Feature Access Risk
18-
reason: Users are able to access the features you release to them.
1917
- tag: Feature Fit Risk
2018
reason: Putting new features in the hands of users can make your product fit their needs better.
2119
- tag: Market Risk

docs/practices/Testing-and-Quality-Assurance/Measurement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ practice:
1515
mitigates:
1616
- tag: Operational Risk
1717
reason: "Provides data to inform decision-making and improve operational efficiency."
18-
- tag: Feature Access Risk
18+
- tag: Feature Fit Risk
1919
reason: "Helps in understanding the use of the system."
2020
- tag: Implementation Risk
2121
reason: "Identifies areas of improvement in the implementation process."

docs/practices/Testing-and-Quality-Assurance/Performance-Testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ practice:
1313
- "Stress Testing"
1414
- "Performance Benchmarking"
1515
mitigates:
16-
- tag: Feature Access Risk
17-
reason: "Identifies performance bottlenecks that could impact operations."
16+
- tag: Feature Fit Risk
17+
reason: "Identifies performance bottlenecks that could affect usefulness."
1818
- tag: Reliability Risk
1919
reason: "Performance testing software can establish bounds on its reliability."
2020
attendant:

docs/risks/Staging-And-Classifying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Abstraction is everywhere and seems to be at the heart of what our brains do. B
7272

7373
![Features And Dependencies](/img/generated/staging-and-classifying/features-and-dependencies.svg)
7474

75-
In the [Feature Risk](/tags/Feature-Risk) section, we looked at the problems of _supplying something for a client to use as a dependency_: you've got to satisfy a demand ([Market Risk](/tags/Market-Risk)) and service a segment of the user community ([Feature Access Risk](/tags/Feature-Access-Risk)).
75+
In the [Feature Risks](/tags/Feature-Risks) section, we looked at the problems of _supplying something for a client to use as a dependency_: you've got to satisfy a demand ([Market Risk](/tags/Market-Risk)) and service a segment of the user community ([Feature Fit Risk](/tags/Feature-Fit-Risk)).
7676

7777
However over the rest of the [Dependency Risk](/tags/Dependency-Risks) sections we looked at this from the point of view of _being a client of someone else_: you want to find trustworthy, reliable dependencies that don't give up when you least want them to.
7878

0 commit comments

Comments
 (0)