article: just this time

This commit is contained in:
Julien Calixte
2025-02-01 21:35:39 +01:00
parent 5e70cae0be
commit a780a84fb5

View File

@@ -244,7 +244,7 @@ const createdAt = new Date('2025-01-08').toLocaleDateString(undefined, {
>!!</template
><template v-else>.</template>
</p>
<p v-else>
<p v-else class="waiting-simulations">
Waiting for at least {{ SIMULATION_THRESHOLD }} simulations...
</p>
<!-- [dps]
@@ -257,12 +257,12 @@ const createdAt = new Date('2025-01-08').toLocaleDateString(undefined, {
of collaborating with others. Unfortunately, this is something Ive
observed in many software projects. If a software isnt progressing
well, the response is often to "try harder"just once. However, "Just in
time" frequently turns into "Just this time" over and over. This
approach causes teams to overproduce, creating unnecessary stock and
latent defects that require rework. The more the project struggles, the
more siloed teams become, leading to blame-shifting: "I did my part; if
the project fails, its not my fault." The reality is, its not anyones
faultits the system thats broken.
time" frequently turns into try harder "Just this time" over and over.
This approach causes teams to overproduce, creating unnecessary stock
and latent defects that require rework. The more the project struggles,
the more siloed teams become, leading to blame-shifting: "I did my part;
if the project fails, its not my fault." The reality is, its not
anyones faultits the system thats broken.
</p>
<!-- [dps]
<p>
@@ -276,8 +276,8 @@ const createdAt = new Date('2025-01-08').toLocaleDateString(undefined, {
When under pressure to meet deadlines, fear and uncertainty can cause
teams to overproduce. Product teams prepare extra features, designers
create unnecessary screens, and developers rush through coding. This
"just in case" mentality results in wasted effort and latent defects
that require rework, slowing productivity.
"just in case" mindset results in wasted effort and latent defects that
require rework, slowing productivity.
</p>
<p>
Counterintuitively,
@@ -345,5 +345,9 @@ const createdAt = new Date('2025-01-08').toLocaleDateString(undefined, {
.inline {
display: inline;
}
.waiting-simulations {
font-style: italic;
}
}
</style>