• @[email protected]
    link
    fedilink
    971 year ago

    I recently built a 3D printer where the entire community for it lives on Discord. Their website instructions are horrifically out of date because all of the current changes have been discussed at some point on Discord. What should have been a 2-4 day project turned into a 2-3 week project due to the garbage involved in trying to strain information out of a massive multi-channel group chat with terrible search.

    • @[email protected]
      link
      fedilink
      601 year ago

      It wastes everyone’s time. The project maintainers have to keep answering the same questions, and the users don’t have instant access to answers

      • SokathHisEyesOpen
        link
        fedilink
        231 year ago

        Why would any sane developer want to use this system to “document” their project? Written docs have worked well for a million years and there’s no need to change them.

        • Freeman
          link
          fedilink
          161 year ago

          You can even include them in your version control system and allow others to suggest changes

          • SokathHisEyesOpen
            link
            fedilink
            101 year ago

            And you can include separate ones right there in the root folder where the script lives. README.md renders out beautifully on GitHub.