Skip to content

Commit 173f615

Browse files
committed
Working on abstractions chapter
1 parent 6c3ca75 commit 173f615

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_includes/abstractions.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,15 @@ <h1><a id="abstractions">The "abstractions with infinite flexibility" fallacy</a
8383
</ul>
8484

8585
<p>
86+
An anti-pattern to avoid when starting a new platform team is focusing to heavily on the centralized responsibility model. This
87+
model requires that you build the most accurate abstractions, and starting a new platform team is the time when you
88+
have the least amount of information.
89+
</p>
8690

91+
<p>
92+
The shared responsibility model requires platform teams to build workflows that facilitate shared development of
93+
artifacts. While tools like Git provide a great foundation for these workflows, platform teams must still invest
94+
time in ensuring artifacts can be tracked and merged over time. The benefit of this model is that it provides a
95+
direct feedback loop between the platform team and your customers and accepts that the abstractions underpinning
96+
your IDPs artifacts will need to evolve over time.
8797
</p>

0 commit comments

Comments
 (0)