Well-written article with examples, screenshots, going into the specifics of what makes a project documentation great for users/developers/contributors. It made me reflect on my own work and side projects, how I could improve the docs to make things easier to understand for myself and others. As I've grown as a developer, I've been writing more and more documentation, same with tests, to a point where some projects h…
The tools for this should be better. I wish that Literate Programming was more widespread: http://literateprogramming.com/ Currently trying to arrive at a good toolchain for my own efforts: https://willadams.gitbook.io/design-into-3d and https://github.com/WillAdams/gcodepreview and at this time, the best option is looking like: https://quarto.org/ and TeXshop and probably .dtx files (but if someone has a better sugg…
Two open source projects with great architecture documentation
31–38 of 38 posts
Re: Two open source projects with great architecture documentation
#32Well-written article with examples, screenshots, going into the specifics of what makes a project documentation great for users/developers/contributors. It made me reflect on my own work and side projects, how I could improve the docs to make things easier to understand for myself and others. As I've grown as a developer, I've been writing more and more documentation, same with tests, to a point where some projects h…
The tools for this should be better. I wish that Literate Programming was more widespread: http://literateprogramming.com/ Currently trying to arrive at a good toolchain for my own efforts: https://willadams.gitbook.io/design-into-3d and https://github.com/WillAdams/gcodepreview and at this time, the best option is looking like: https://quarto.org/ and TeXshop and probably .dtx files (but if someone has a better sugg…
Re: Two open source projects with great architecture documentation
#33Well-written article with examples, screenshots, going into the specifics of what makes a project documentation great for users/developers/contributors. It made me reflect on my own work and side projects, how I could improve the docs to make things easier to understand for myself and others. As I've grown as a developer, I've been writing more and more documentation, same with tests, to a point where some projects h…
The tools for this should be better. I wish that Literate Programming was more widespread: http://literateprogramming.com/ Currently trying to arrive at a good toolchain for my own efforts: https://willadams.gitbook.io/design-into-3d and https://github.com/WillAdams/gcodepreview and at this time, the best option is looking like: https://quarto.org/ and TeXshop and probably .dtx files (but if someone has a better sugg…
Re: Two open source projects with great architecture documentation
#34Antirez (redis creator) has written a good post [1] detailing his thoughts on code comments where he identifies nine type of comments used in Redis. What surprised me was the use of "guide comments" which most people dismiss as too trivial. I agree with Antirez conclusion that they are valuable to help the reader acknowledge their understanding of the code. [1] http://antirez.com/news/124
They are even more useful if the author hates whitespace and tries to be too clever. I spend a lot of time trying to figure out code someone else wrote and appreciate anything that can set me in the right direction when trying to figure out what a particular function does.
Re: Two open source projects with great architecture documentation
#35Earlier quoted context omitted.
The tools for this should be better. I wish that Literate Programming was more widespread: http://literateprogramming.com/ Currently trying to arrive at a good toolchain for my own efforts: https://willadams.gitbook.io/design-into-3d and https://github.com/WillAdams/gcodepreview and at this time, the best option is looking like: https://quarto.org/ and TeXshop and probably .dtx files (but if someone has a better sugg…
If you're looking for essentially a modern LaTeX, you might enjoy https://github.com/typst/typst
Re: Two open source projects with great architecture documentation
#36[1] https://github.com/noahbald/awesome-architecture-md [2] https://github.com/matiassingers/awesome-readme
Re: Two open source projects with great architecture documentation
#37Re: Two open source projects with great architecture documentation
#38As a counterpoint/opportunity… what are some great open source projects (e.g well-used/adopted) that do NOT have great docs?