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