I mean can’t someone steal code from the devices file manager? or create his own fork?(Sorry for bad English)

  • Deniz🇹🇷OP
    link
    fedilink
    51 day ago

    Idk why but this close source stuff feels shady thanks for answering my question

    • @testfactor
      link
      51 day ago

      In addition to the other listed reasons, going open source is an extra step.

      The code has to be compiled to run on your system (if it’s written in a non-interpreted language, which a huge portion of software is).

      You can’t just run the source code on your computer. And getting your customer’s computer to compile the source code itself would require a massive amount of overhead.

      So, to distribute your software, you’re always almost always going to distribute an already compiled version, and you’d have to choose to give the customer the uncompiled version as just a separate thing on the side. And there’s no real reason to do that for most companies.

    • @[email protected]
      link
      fedilink
      31 day ago

      It’s interesting to have closed source for some use cases, (sensitive or top secrets programs for instance) but open source should definitely be the default rather than the exception in my opinion.