Live data from Hacker News

Ask HN: What is example of good documentation in your opinion?

news.ycombinator.com

1–10 of 71 posts

Re: Ask HN: What is example of good documentation in your opinion?

#4
Microsofts referencesource. Meaning published source for closed source libraries. No amount of documentation beats being able to see for yourself not just what the software will do not only the documented/supported scenarios but also in undocumented ones.

Re: Ask HN: What is example of good documentation in your opinion?

#10

While Python is "the second best language for any task", I think the Python standard library documentation is second-to-none: https://docs.python.org/3/library/index.html

I agree, there was lot of effort put into python documentation i believe.
Post reply on HN