Skip to content

Commit bec2659

Browse files
authored
Add topic on how Agile and InnerSource complement each other
1 parent b9a0fef commit bec2659

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

product/outline.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,23 @@ You want to improve your product and deliver those improvements faster to custom
2727
- avoid lengthy roadmap syncronization discussions: "help with solution" instead of "wait it out" or "build workarounds"
2828
- resolve cross dependencies without compromising autonomy, code ownership and quality
2929
- better support for remote first by higher focus on written communication
30+
31+
32+
- How InnerSource and Agile complement each other
33+
- Well factored and well tested code leads to faster on-ramp for agile teams, but also helps InnerSource allowing for faster on-ramp for contributors
34+
- A focus on working together and not assigning individual tasks allows for easier on-ramp of contributors.
35+
- Existing local pairing can make cross team pairing and sharing of work in progress easier.
36+
- Existing test driven development means that confidence in contributions is higher.
37+
- XP teams have a "leave the code in better shape than you found it" attitude - mitigates the risk of decline in quality or co-hesion of code when faced with multiple contributions from different sources.
38+
39+
40+
Challenges with InnerSource and agile (these challenges form the basis for the remaining segments in this section).
41+
3042
- Common mis-understandings
3143
- Common fears (like losing control) and counter measures
3244
- Same phrase - different meaning: How issue trackers and code reviews are used differently in InnerSource projects than is common in the industry.
3345
- The impact of transparency: How InnerSource depends on trust, what to avoid to keep trust alive.
3446

35-
Challenges with InnerSource and agile (these challenges form the basis for the remaining segments in this section).
3647

3748
InnerSource and capacity planning
3849

0 commit comments

Comments
 (0)