Why are apps like Fairemail, Voyager, etc. updated so often? Why don’t they collect the changes and release them once a month or something like that?

It’s interesting that every time I open Voyager I see an update warnin at the bottom. Is that really required?

  • magic_lobster_party
    cake
    link
    fedilink
    246 months ago

    Continuous deployment pipelines usually have lots of automatic testing ensuring nothing breaks for the user.

    • key
      link
      fedilink
      English
      106 months ago

      “usually” is very generous. Automated testing takes effort to develop and maintain, a lot more than the rest of the CICD pipeline combined. And it’s only one piece of a complete qa strategy, if it’s all you have you’re still using users as testers.