You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: product/outline.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,23 @@ You want to improve your product and deliver those improvements faster to custom
27
27
- avoid lengthy roadmap syncronization discussions: "help with solution" instead of "wait it out" or "build workarounds"
28
28
- resolve cross dependencies without compromising autonomy, code ownership and quality
29
29
- 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
+
30
42
- Common mis-understandings
31
43
- Common fears (like losing control) and counter measures
32
44
- Same phrase - different meaning: How issue trackers and code reviews are used differently in InnerSource projects than is common in the industry.
33
45
- The impact of transparency: How InnerSource depends on trust, what to avoid to keep trust alive.
34
46
35
-
Challenges with InnerSource and agile (these challenges form the basis for the remaining segments in this section).
0 commit comments