@@ -6,18 +6,18 @@ value and maintain autonomy in a highly interconnected world.
66
77=== Autonomous teams in an interconnected world
88
9- Organisations try to deliver value to customers quickly. One common
9+ Organizations try to deliver value to customers quickly. One common
1010cause for delays are dependencies in the delivery process. As a result
11- organisations prefer cross functional teams covering customer
11+ organizations prefer cross functional teams covering customer
1212communication, design, implementation, testing and operations thus
1313eliminating costly handovers. To achieve high performance, teams
1414eliminate waste and re-use existing components. From a team perspective
1515each reused component adds another dependency outside of the control of
16- that team. The negative side of this optimisation is clear: The team
16+ that team. The negative side of this optimization is clear: The team
1717depends on another team if they need changes in the component used. To
1818be able to implement those often lengthy roadmap discussions are
1919scheduled, sometimes leading to the need to optimize detailed priorities
20- globally. In complex situations as much as in large organisations this
20+ globally. In complex situations as much as in large organizations this
2121leads to an increase in time needed to adjust to changing business
2222needs. For very popular central components often there are so many
2323requests coming in that one central component team runs out of capacity
@@ -123,7 +123,7 @@ collaboration. To avoid frequent disruption, host team members often
123123need to intentionally plan their day more rigorously in InnerSource
124124settings. Often it is simplest to set aside certain hours in the day or
125125a day a week for mentoring contributions. Making that explicit at the
126- team level takes a lot of pressure off the engineers trying to fulfil
126+ team level takes a lot of pressure off the engineers trying to fulfill
127127their own team goals but also helping out contributors. Another
128128challenge with pairing is that it allows pairs to move very quickly
129129together - often at the expense of writing important information down
@@ -164,10 +164,10 @@ sticky notes on a whiteboard. In InnerSource, issue trackers serve for a
164164conversation with the customer, but also for communication between
165165members of a team of trusted committers and contributors working on one
166166common InnerSource component. Issues in InnerSource become much more
167- lengthy and wordy than in your average organisation . They also track the
167+ lengthy and wordy than in your average organization . They also track the
168168implementation history and detailed design decisions for a change.
169169
170- Code Reviews: In traditional organisations code reviews often serve
170+ Code Reviews: In traditional organizations code reviews often serve
171171auditing purposes.
172172
173173They are done when development is finished. In InnerSource code changes
0 commit comments