yeti@lemmy.dbzer0.com to Programmer Humor@lemmy.ml · 1 年前Discord != Documentationlemmy.dbzer0.comimagemessage-square152fedilinkarrow-up11.1Karrow-down111
arrow-up11.09Karrow-down1imageDiscord != Documentationlemmy.dbzer0.comyeti@lemmy.dbzer0.com to Programmer Humor@lemmy.ml · 1 年前message-square152fedilink
minus-squareOsrsNeedsF2P@lemmy.mllinkfedilinkarrow-up59·1 年前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
minus-squareSokathHisEyesOpen@lemmy.mllinkfedilinkarrow-up22·1 年前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.
minus-squareFreeman@lemmy.publinkfedilinkarrow-up16·1 年前You can even include them in your version control system and allow others to suggest changes
minus-squareSokathHisEyesOpen@lemmy.mllinkfedilinkarrow-up11arrow-down1·1 年前And you can include separate ones right there in the root folder where the script lives. README.md renders out beautifully on GitHub.
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
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.
You can even include them in your version control system and allow others to suggest changes
And you can include separate ones right there in the root folder where the script lives. README.md renders out beautifully on GitHub.