article: better introduction

This commit is contained in:
Julien Calixte
2025-01-17 23:36:53 +01:00
parent d67437ca1d
commit 6e17e29167

View File

@@ -58,19 +58,24 @@ const createdAt = new Date('2025-01-08').toLocaleDateString(undefined, {
optimizing their delivery system using... the pull system! optimizing their delivery system using... the pull system!
</p> </p>
<p> <p>
The pull system contrasts with the push system. Instead of trying to In a pull system, instead of trying to make everyone work at maximum
make everyone work at maximum capacity, the focus shifts to improving capacity, the focus shifts to improving the time required to deliver one
the time required to deliver a feature. product.
</p> </p>
<p> <p>
I wanted to create a simulation to explore the consequences of different But few people will bet the success of their product on a system they
strategic approaches and identify which one is most effective. are not familiar with. This is where simulation helps. We can safely
explore the consequences of different strategic approaches and identify
which one is really most effective.
</p> </p>
<p> <p>
Imagine we're developing a mobile news app. We have several We'll simulate the creation of a mobile news app with several
functionalities to implement and want to measure how long each takes to functionalities to implement and want to measure how long each takes to
complete. complete. Ready? Let's dive in!
</p> </p>
</div>
<SeparatorIcon />
<div class="text">
<p> <p>
<em> <em>
Note: This article includes visualizations of team workflows that can Note: This article includes visualizations of team workflows that can