this post was submitted on 05 Jun 2024
422 points (94.7% liked)

Programming

16760 readers
83 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 38 points 2 months ago (9 children)

According to the study, putting a specification in place before development begins can result in a 50 percent increase in success, and making sure the requirements are accurate to the real-world problem can lead to a 57 percent increase.

Is this not self-evident to most teams? Of course you will not reach your destination if you don't know where you're going.

[–] [email protected] 15 points 2 months ago (4 children)

On all the agile projects I've worked on, the teams have been very reluctant to make a specification in place before starting development. Often claiming that we can't know the requirements up-front, because we're agile.

[–] [email protected] 16 points 2 months ago

On all the agile projects I’ve worked on, the teams have been very reluctant to make a specification in place before starting development.

I don't think this is an Agile thing, at all. I mean, look at what Agile's main trait: multiple iterations with acceptance testing and product&design reviews. At each iteration there is planning. At each planning session you review/create tickets tracking goals and tasks. This makes it abundantly clear that Agile is based in your ability to plan for the long term but break/adapt progress into multiple short-term plans.

[–] [email protected] 11 points 2 months ago (1 children)

For your sake, I hope your employment was agile as well. Those jobs sound like they were dumpster fires waiting to happen.

[–] [email protected] 9 points 2 months ago* (last edited 2 months ago)

Also seems like a shitty get-outta-jail-free card. With no design in place, timelines and acceptance criteria can't be enforced. "Of course we're done now, we just decided that we're done!"

[–] [email protected] 4 points 2 months ago

That's boneheaded.

[–] [email protected] 4 points 2 months ago (1 children)

How did they know how to break things down into tasks? How did they know if a task would fit in a sprint? 😄

[–] [email protected] 3 points 2 months ago

We're so agile the sprint became a time-block framework rather than a lock-down of tickets that we certainly will finish. (In part because stuff comes up within sprint.)

load more comments (4 replies)