• @wreckedcarzz
    link
    English
    1022 days ago

    Though it being difficult doesn’t excuse releasing an untested program or one with known issues…

    • @hperrin
      link
      422 days ago

      Known issues that don’t interfere with the critical user stories are usually not prioritized. They should be disclosed, and even better if workarounds are published, but fixing them usually isn’t in the budget.

      • @[email protected]
        link
        fedilink
        221 days ago

        Since February the Uber Driver app has had a bug where elements from the “not in a trip right now” UI state render over top of the “in a trip and navigating” UI state.

        It means that the user can’t see the text for the next turn, and also can’t see the direction of the next turn.

        However there’s a workaround because they can see the distance to the next turn and once they’re close they can see which way route line goes.

        • @hperrin
          link
          121 days ago

          I would still say that interferes with a critical user story.

    • DontTakeMySky
      link
      322 days ago

      Sometimes you have to make a tradeoff and focus on the golden path, which means comprehensive testing has to be skipped or bugs have to be explicitly left in.

      Yes it’s bad. Yes it sucks. But it’s that or nothing gets released at all.

      (I wish it wasn’t that way. I try hard to make sure it isn’t that way at my job, but for now that’s how it is)