• FreedomAdvocate
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    2
    ·
    edit-2
    6 hours ago

    These aren’t feature requirements. They’re memory leaks that nobody bothered to fix.

    Yet all those examples have been fixed 🤣. Most of them are from 3-5 years ago and were fixed not long after being reported.

    Software development is hard - that’s why not everyone can do it. You can do everything perfectly in your development, testing, and deployment, and there will still be tonnes of people that get issues if enough people use your program because not everyone’s machines are the same, not everyone’s OS is the same, etc. If you’ve ever run one of those “debloat windows” type programs, for example, your OS is probably fucked beyond belief and any problem you encounter will be due to that.

    Big programs are updated almost constantly - some daily even! As development gets more and more advanced with more and more features and more and more platforms, it doesn’t get easier. What matters is if the problems get fixed, and these days you basically wait 24 hours max for a fix.

    • 0x0@lemmy.zip
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 hours ago

      You can do everything perfectly in your development, testing, and deployment, and there will still be tonnes of people that get issues if enough people use your program because not everyone’s machines are the same, not everyone’s OS is the same, etc.

      Then you didn’t do it perfectly did you?
      Works on my machine is no excuse.

      • squaresinger@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        31 minutes ago

        “Perfectly” is a strong word, so I wouldn’t subscribe to this.

        But it’s impossible to test software on all setups without installing it to them. There’s endless variation, so all you can do is to test on a good portion of setups and then you have to release and some setups will still have problems.

        The only way to guarantee that it works on every customer’s device is by declaring every customer’s device as a beta test environment, and people don’t seem to like that either.