Skip to content

Commit cbb2bb2

Browse files
authored
Update service-vs-library.md
"interdependent" => "common". I think that "common" is a better word here since the idea is to have a single code base, rather than "interdependent" which signifies multiple code basis that are mutually dependent one on another.
1 parent 0a8ded9 commit cbb2bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service-vs-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Service vs. library: It's inner source, not inner deployment
33

44
## Patlet
55
Teams in a DevOps environment may be reluctant to work across team boundaries on
6-
interdependent code bases due to ambiguity over who will be responsible for
6+
common 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
88
possible to either deploy the same service in independent environments with
99
separate escalation chains in the event of service downtime or factor a lot of

0 commit comments

Comments
 (0)