Skip to content

Commit f18b0ae

Browse files
committed
Fix patlet to better match the solutions section.
1 parent be01d76 commit f18b0ae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

service-vs-library.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Service vs. library: It's inner source, not inner deployment
55
Teams in a DevOps environment may be reluctant to work across team boundaries on
66
interdependent code bases due to ambiguity over who will be responsible for
77
responding to service downtime. The solution is to realize that often it's
8-
possible to deploy the same service in independent environments with separate
9-
escalation chains in the event of service downtime.
8+
possible to either deploy the same service in independent environments with
9+
separate escalation chains in the event of service downtime or factor a lot of
10+
shared code out into one library and collaborate on that.
1011

1112
## Problem
1213

@@ -15,7 +16,7 @@ feature end-to-end: From the customer down to deployment, maintenance and
1516
support. This poses a challenge when working across team boundaries: Escalation
1617
chains may not be the same for errors happening in either team. Coupling
1718
source code and deployment leaves the teams with the question of who is
18-
responsible for on-call support in the event of errros. As a result teams are
19+
responsible for on-call support in the event of erros. As a result teams are
1920
reluctant to join forces even if there is significant overlap in requirements.
2021

2122
## Context

0 commit comments

Comments
 (0)