From 6e17e2916731d903a8ff9d1df611d58f5ee87f54 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 17 Jan 2025 23:36:53 +0100 Subject: [PATCH] article: better introduction --- src/modules/pull-system/FlowArticle.vue | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/modules/pull-system/FlowArticle.vue b/src/modules/pull-system/FlowArticle.vue index c67b554..76b0cbf 100644 --- a/src/modules/pull-system/FlowArticle.vue +++ b/src/modules/pull-system/FlowArticle.vue @@ -58,19 +58,24 @@ const createdAt = new Date('2025-01-08').toLocaleDateString(undefined, { optimizing their delivery system using... the pull system!

- The pull system contrasts with the push system. Instead of trying to - make everyone work at maximum capacity, the focus shifts to improving - the time required to deliver a feature. + In a pull system, instead of trying to make everyone work at maximum + capacity, the focus shifts to improving the time required to deliver one + product.

- I wanted to create a simulation to explore the consequences of different - strategic approaches and identify which one is most effective. + But few people will bet the success of their product on a system they + 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.

- 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 - complete. + complete. Ready? Let's dive in!

+ + +

Note: This article includes visualizations of team workflows that can