• @tyler
    link
    2322 days ago

    Agile was designed for contractors to deliver contract work. It’s a terrible design for any sort of sustainable business plan, hence “working software over comprehensive documentation”. That line right there causes the majority of outages you as a consumer encounter.

    • @[email protected]
      link
      fedilink
      English
      3722 days ago

      The very first mistake most people make when reading the agile manifesto is that “a over b” means “don’t do b”.

      • @[email protected]
        link
        fedilink
        1322 days ago

        100% that.

        Especially that working software over comprehensive documentation part, which can be automated so easily if done right.

        There’s so much value in TDD and providing a way to do integration and automated UI tests early on in a project, yet none of the companies I’ve worked at made use of it.

        Also automated documentation tools like Swagger are almost criminally underutilised.

      • @[email protected]
        link
        fedilink
        120 days ago

        The other mistake everyone makes is “agile = faster and cheaper” . This results in corner cutting and unreasonable deadlines.

    • @[email protected]
      link
      fedilink
      1922 days ago

      Would you rather have working software or a bunch of documentation? If your software is having outages then by definition it is not working. If documentation is the root cause of that then you should fix that by creating enough documentation to allow your software to continue to work per “working software over comprehensive documentation”. Maybe I’m missing something but I don’t see the contradiction here.

      • @[email protected]
        link
        fedilink
        4322 days ago
        1. Hack together a proof of concept
        2. Works well enough that management slaps a “done” sticker on it
        3. Pile of hacks becomes load bearing
        4. One or two dependencies change, the whole thing falls over
        5. Set evenings and weekends on fire to fix it
        6. Management brags about moving fast and breaking things, engineers quit and become cabbage farmers and woodworkers
        7. New graduates are hired, GOTO 1
          • @0x0
            link
            522 days ago

            Surely you’re not gonna blame the manager… /s

          • @tyler
            link
            121 days ago

            But that’s what agile sounds like to management. They don’t understand the “it’s held together by hopes and dreams” communication, because all they see is something that appears to work. So why would they invest anything else in it.

      • AwkwardLookMonkeyPuppet
        link
        fedilink
        English
        722 days ago

        If documentation is the root cause of that then you should fix that by creating enough documentation to allow your software to continue to work

        Or create a better UI that doesn’t require so much documentation.

        • @[email protected]
          link
          fedilink
          12
          edit-2
          22 days ago

          This assumes front-end development.

          From a (dev)ops perspective, if I had a vendor hand me a tarball instead of proper documentation, I’d look very far away from their company. It isn’t a matter of if shit goes wrong, but when. And when that shit goes wrong, having comprehensive documentation about the architecture and configuration is going to be a lot more useful than having to piece it together yourself in the middle of an outage.

        • @MajorHavoc
          link
          122 days ago

          Or create a better UI that doesn’t require so much documentation.

          Sacrilege!! /s

      • Carighan Maconar
        link
        fedilink
        322 days ago

        In long term development, sensible and updated documentation is far more important than the software working constantly. You will have downtimes. You will have times before the PoC is ready.

        But if your documentation sucks or is inexistent, you cannot fix any problems that arise and will commit a ton of debt the moment people change and knowledge leaves the company.

        • @[email protected]
          link
          fedilink
          -222 days ago

          Fair enough, at my job the code working consistently is absolutely the number one priority at all times but I can imagine that there are some places where this is not true. If working software isn’t imporant then I agree agile is probably not the right choice

          It’s worth pointing out though that having insufficient documentation is not a feature of agile. Sounds more like laziness or misplaced priorities to me as documentation is called out as being useful in the agile principles, just not as important as working software.

          • Carighan Maconar
            link
            fedilink
            222 days ago

            Definitely. Most often it’s people misunderstanding the “a over b” of agile as “never do b”.

    • @[email protected]
      link
      fedilink
      822 days ago

      Gotta remember it was a response to water fall. Docs didn’t mean the man page or the wiki, they ment the spec sheet, PowerPoint’s, graphs, white papers, diagrams, aggreements and contracts, etc. Where you might go MOUNTHS making paperwork before you ran a single line of logic.

      Docs SHOULD be the last resort of an engineer if your UX just can’t be intuitive in some way or some problem domain just can’t be simple. You should first strive to make it work well.

      For example Lemmy, it just would work if you needed to read the Lemmy user guide first to post on Lemmy. That would indicate bad UX, but that was how it was back in the day.

      • Carighan Maconar
        link
        fedilink
        322 days ago

        It wasn’t, Waterfall in itself was a contrived example of a bad setup. More common was UP, or something UP-like.

          • Carighan Maconar
            link
            fedilink
            220 days ago

            Unified process, which, despite usually not being called that way and/or being codified in the way it is nowadays, is how virtually all early software companies did their development work post-punchcards (when you no longer had to get things done in a single step).

            It’s why the “agile is better because iterative hoooo!” is so laughable, because even though we didn’t yet call it iterative - as a distinction from pre-planned, since we thought in punchcards+mainframe vs after that - we did iterative work. Of course we did, software development is naturally iterative and Waterfall was the contrived contrasting example of how a non-iterative process would look.