Two open source projects with great architecture documentation
21–30 of 38 posts
Re: Two open source projects with great architecture documentation
#22Antirez (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
Re: Two open source projects with great architecture documentation
#23As a counterpoint/opportunity… what are some great open source projects (e.g well-used/adopted) that do NOT have great docs?
Re: Two open source projects with great architecture documentation
#24I feel like GitLab's docs have a reputation for being very good but I haven't had much need to use them myself. Would you consider their architecture docs good?
Re: Two open source projects with great architecture documentation
#25I was particularly impressed by the first one, esbuild. The architecture documentation is so thorough—it’s something I would have loved to have for codebases I’ve worked on in the past. Does anyone have other examples of projects with this level of architecture documentation?
They do look very nice
The author of esbuild was also the CTO/main author of Figma, as far as I understand
Re: Two open source projects with great architecture documentation
#26As a counterpoint/opportunity… what are some great open source projects (e.g well-used/adopted) that do NOT have great docs?
There are lots of docs, and in most cases the quality at some point was good, but they're often out of date, and old versions hang around for a long time. Real world projects often use wildly different versions of React (because it's hard to keep up with the version churn) so I guess all those different doc versions are necessary.
For React Native, the docs are missing detail so you have to look at the code, and the code comments were pretty spotty and inconsistent the last time I looked.
Re: Two open source projects with great architecture documentation
#27As a counterpoint/opportunity… what are some great open source projects (e.g well-used/adopted) that do NOT have great docs?
SDL2 docs are not amazing, but the project itself is an incredible achievement of cross platform development.
That brings Three.js to mind, that's another terrific project with patchwork docs.
Re: Two open source projects with great architecture documentation
#28Re: Two open source projects with great architecture documentation
#29Re: Two open source projects with great architecture documentation
#30As a counterpoint/opportunity… what are some great open source projects (e.g well-used/adopted) that do NOT have great docs?
SDL2 docs are not amazing, but the project itself is an incredible achievement of cross platform development.