• snooggums@midwest.social
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    4
    ·
    23 days ago

    The primary problem is using agile all the time instead of when it is actually intended to be used: short term work that needs to be done quickly by a small team that are all on the same page already.

    It sucks for any large group that requires a lot of coordination. Some parts of it are still helpful as part of a blended process, like more collaboration with the customer and responding to change, but those can easily derail a project if not everyone is on the same page through scope creep or losing sight of long term goals.

    • lysdexic@programming.dev
      link
      fedilink
      English
      arrow-up
      12
      arrow-down
      1
      ·
      23 days ago

      The primary problem is using agile all the time instead of when it is actually intended to be used: short term work that needs to be done quickly by a small team that are all on the same page already.

      I think you got it entirely backwards.

      The whole point of Agile is being able to avoid the “big design up front” approach that kills so many projects, and instead go through multiple design and implementation rounds to adapt your work to the end goal based on what lessons you’re picking up along the way.

      The whole point is improving the ability to deliver within long term projects. Hence the need to iterate and to adapt. None of these issues pose a challenge in short term work.

    • Aurenkin@sh.itjust.works
      link
      fedilink
      arrow-up
      7
      arrow-down
      3
      ·
      23 days ago

      I don’t understand what you mean, why would coordinating across a large group be against the agile principles? It sounds like the main issue here is lack of communication and planning which are both important parts of any process including one based on agile.

      Planning becomes more important for a larger project but if you hyper focus on sticking to the plan even if things change you can end up delivering something that is not useful for your customers, so I think the principles still make sense there.

    • tyler@programming.dev
      link
      fedilink
      arrow-up
      4
      ·
      23 days ago

      I wonder why anyone would downvote you. to break down what you said:

      The primary problem is using agile all the time instead of when it is actually intended to be used

      this applies to everything in life. zero reason to downvote this unless you’re a zealot who doesn’t understand nuance

      short term work that needs to be done quickly by a small team that are all on the same page already.

      the whole point of agile is to be short term, maybe your downvoter thinks that the team doesn’t need to be on the same page??? don’t know how that is in any way a good idea. it means you haven’t done a good job communicating…

      Some parts of it are still helpful as part of a blended process, like more collaboration with the customer and responding to change, but those can easily derail a project if not everyone is on the same page through scope creep or losing sight of long term goals.

      anyone that disagrees with this hasn’t actually gone through with Agile according to all the tenets. It sucks for anything more than the tiniest projects that don’t need long term maintainability. I’m guessing this is where someone disagrees, but I can’t fathom why. Maybe they’ve only worked at one place, they think it actually is working, yet haven’t been there long enough to see the downsides or something.

      • atzanteol@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        13
        ·
        23 days ago

        There is nothing in the agile tenets about only using it for short term projects. I’ve had very successful multi-year agile projects.

        Frankly “agile” just goes over most people’s heads. They think it means sprints and stand-ups with no documentation.

        • snooggums@midwest.social
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          2
          ·
          23 days ago

          A large and complex system with an API and interacts with multiple other systems that is maintained over multiple years will be killed by agile through scope creep and inconsistent implementation when there is staff turnover. People will get great ideas that break other things snd without a cohesive vision across the team, things will be missed and unfinished because people focus on their part and not the whole.

          You can add the structure to keep things coherent and spend more time doing documetation up front so people can review the API and do it right the first time instead of redoing it multiple times.

          Agile is great for some projects, but ataff turnover, coordination, and meeting any kind of complex external requiirements means it isn’t a great fit for all projects.

          • Aurenkin@sh.itjust.works
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            22 days ago

            I’m curious about why you think this. I’ve seen complex multi year efforts succeed and continue to evolve with agile principles in mind. What specific part of agile do you think would necessarily cause the issues you mentioned?

            • snooggums@midwest.social
              link
              fedilink
              English
              arrow-up
              2
              arrow-down
              1
              ·
              22 days ago

              I’ve used a wrench to hanmer in a nail more than once, but that doesn’t mean it was the best tool for the job.

              It isn’t that agile can’t be used for something big, but that the design will likelyntun into hard requirements that must be approached certain ways and at thst point you are using agile to do waterfall. If it improves communication earlier in the process (which waterfall does not prohibit) that is great!

      • lysdexic@programming.dev
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        1
        ·
        23 days ago

        the whole point of agile is to be short term

        Not really. The whole point of Agile is to iterate. This means short development cycles which include review and design rounds to adapt to changes that can and will surface throughout the project. The whole point of Agile is to eliminate problems caused by business, project, and technical goals not changing because planning is rigid and can’t accommodate any changes because the process does not have room for those.

        This is why this whole “things need to be planned” crowd are simply talking out of ignorance. Agile requires global planning, but on top of this supports design reviews along the way to be able to face changing needs. This requires planning in short-medium-long terms.

        Don’t blame Agile for your inability to plan. No one forces you not to plan ahead.