Skip to content

Commit 3bf792a

Browse files
authored
Add code-repo configuration issues to the list of tech debt examples (#294)
1 parent 490796c commit 3bf792a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tech-debt.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
"Technical debt" is a term which refers to undesirable things about the way a system is built which are not apparent to users of the system, but impact the ability of the team to make changes to it quickly and safely. Tech debt arises due to processes or practices in the past, but has an ongoing impact on the present, in that it:
1010

11-
* Leads to bugs and loss of reliability
12-
* Means changes take longer to develop, and makes it harder to predict how long the work will take
13-
* Causes dissatisfaction and disengagement in the delivery team
11+
* Leads to bugs and loss of reliability
12+
* Means changes take longer to develop, and makes it harder to predict how long the work will take
13+
* Causes dissatisfaction and disengagement in the delivery team
1414

1515
There are many different views on what is and isn't tech debt - this is ours.
1616

@@ -41,6 +41,7 @@ Here is a non-exhaustive list of examples we consider to be *in* scope of "techn
4141
* Code you no longer need ([e.g. a new managed service is available](patterns/outsource-bottom-up.md))
4242
* Technologies no longer needed (e.g. you've introduced something better than what you used before)
4343
* CI issues, e.g. lack of [fast feedback](patterns/fast-feedback.md), or intermittent [build failures](practices/continuous-integration.md)
44+
* [Code-repository configuration issues](practices/security-repository.md), e.g. lack of branch protection rules
4445
* Manual processes that could be [automated](patterns/automate-everything.md)
4546
* Software components with inappropriate / confused [domain boundaries](patterns/architect-for-flow.md)
4647
* Use of obsolete / unsupported technologies

0 commit comments

Comments
 (0)