Skip to content

Commit 44a3e3a

Browse files
author
Nick Yeates
authored
Inserted patlet
1 parent 447a586 commit 44a3e3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common-requirements.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Common Requirements
44
## Context
55
Many projects are trying to use common code. There is a shared repository that all the projects access. This pattern applies if there is a Strong Code Owner [pattern to be written] or if there is weak code ownership, or no Benevolent Sponsor [pattern to be written]. Someone (or some project) wrote the code in the first place and contributed it to the repository. The common code is a small percentage of the overall deliverable from any of the projects. Each project has its own delivery schedule, set of deliverables and customers.
66

7+
## Patlet
8+
The common code in the shared repository isn't meeting the needs of all the projects that want to use it; solved through requirement alignments and refactoring.
9+
710
## Problem Statement
811
The common code in the shared repository isn't meeting the needs of all the projects that want to use it.
912

0 commit comments

Comments
 (0)