Live data from Hacker News

Ask HN: What's the best documentation you've ever read (or written)?

news.ycombinator.com

1–6 of 6 posts

Ask HN: What's the best documentation you've ever read (or written)?

#1
I've been thinking a lot about documentation and how to get a user up to speed on a code base as quickly and effortlessly (on the part of the user) as possible.

I know "best" can be somewhat arbitrary or subjective, but use whichever metric you think is most relevant (organization, clarity, etc...). And, if you'd like, let me know what you think "best" should mean in relation to documentation quality.

Also, I know this question has been asked before, but those threads are all several years old, so in that time the documentation pool has obviously changed (and hopefully improved).

Re: Ask HN: What's the best documentation you've ever read (or written)?

#6
The reference pages for Mathematica are by far the best docs I've seen for a programming language. They're thorough and each example can be evaluated in place.

Online version here [1] is not evaluatable and is rendered to images, but otherwise it's the same content as the desktop version. Specific example [2].

[1] http://reference.wolfram.com/language/ [2] http://reference.wolfram.com/language/ref/Histogram.html