|
1 | 1 | **Title:** ?? |
2 | 2 |
|
3 | | -**Statement of Problem:** Development does not want to spend the extra resources needed to develop modular components. As a result, shared components are not reused. |
| 3 | +**Statement of Problem:** |
| 4 | +Development does not want to spend the extra resources needed to develop modular components. As a result, shared components are not reused. |
4 | 5 |
|
5 | 6 | **Context:** |
6 | | -There is no corporate mandate for modularized code. |
7 | | -This is a new product/new code, not a legacy product/code. |
8 | | -There is an available repository for sharing code. |
9 | | -Making code modular takes extra effort and time to develop. |
| 7 | +* There is no corporate mandate for modularized code. |
| 8 | +* This is a new product/new code, not a legacy product/code. |
| 9 | +* There is an available repository for sharing code. |
| 10 | +* Making code modular takes extra effort and time to develop. |
10 | 11 |
|
11 | 12 | **Forces:** |
12 | | -There is a learning curve to writing code that can be reused. |
13 | | -Extra documentation is required for reusable code. |
14 | | -If you expose it, there is also the spectre of needing to provide support for it. |
15 | | -Some companies have a common components group that develops reusable code, but others feel that such components should be developed by those business lines that are using the components and a library of common components could be established. |
| 13 | +* There is a learning curve to writing code that can be reused. |
| 14 | +* Extra documentation is required for reusable code. |
| 15 | +* If you expose it, there is also the spectre of needing to provide support for it. |
| 16 | +* Some companies have a common components group that develops reusable code, but others feel that such components should be developed by those business lines that are using the components and a library of common components could be established. |
16 | 17 |
|
17 | 18 | **Resolution:** ? |
18 | | - - Provide incentives to teams to invest in modular code |
19 | | - - Offer education. Modular code is well-understood; there is a lot of literature in favor of this. |
20 | | - - Establish a checklist of elements to be checked off to classify a component as reusable |
21 | | - - Select certain "success projects," teams that will develop reusable code and demonstrate the long term success |
| 19 | +* Provide incentives to teams to invest in modular code |
| 20 | +* Offer education. Modular code is well-understood; there is a lot of literature in favor of this. |
| 21 | +* Establish a checklist of elements to be checked off to classify a component as reusable |
| 22 | +* Select certain "success projects," teams that will develop reusable code and demonstrate the long term success |
22 | 23 |
|
23 | | -**Resulting Context:** Time is spent making the shared code modular so it can be reused. |
| 24 | +**Resulting Context:** |
| 25 | +Time is spent making the shared code modular so it can be reused. |
24 | 26 |
|
25 | 27 | **Author:** |
26 | 28 |
|
27 | | -**Status:** Donut |
| 29 | +**Status:** |
| 30 | +Donut |
0 commit comments