• DessalinesOPA
    link
    73 years ago

    I can tell you, publishing source code is as easy as typing git push. That they needed to “clean things up” at all in an ostensibly open source codebase is sus.

    • ᗪᗩᗰᑎ
      link
      23 years ago

      I’m going to disagree again.

      I know how easy it is to type “git push”. I’ve worked where we had 200+ things that were that “simple” but just weren’t prioritized because of our small team. Also had to do thorough code reviews before we synced to our public repo. There’s a hundred non-malicious reasons they delayed - including that they didn’t yet want to make the monero stuff public yet. It’s not uncommon to keep things from the public until they’re ready, in case you decide to scrap the project and remove it last minute before you sync to your public repo and have people question something that is no longer valid/important. I guess I try to look at it from a more human perspective than immediately trying to tarnish people’s intentions.

      • DessalinesOPA
        link
        23 years ago

        That simply means that development isn’t out in the open. Why would you not push branches and do code reviews out in the open for an ostensibly open source project?

        • ᗪᗩᗰᑎ
          link
          -13 years ago

          That simply means that development isn’t out in the open

          Correct. FOSS doesn’t mean they have to develop it out in the open, only that they have to release the code for everyone else’s benefit.

          Why would you not push branches and do code reviews out in the open for an ostensibly open source project

          Because open source simply means the code is available. You’re not forced to interact with anyone else just because something is open source.