Ask HN: What's the best SDK documentation you’ve ever read?
21–30 of 51 posts
Re: Ask HN: What's the best SDK documentation you’ve ever read?
#22Re: Ask HN: What's the best SDK documentation you’ve ever read?
#23Re: Ask HN: What's the best SDK documentation you’ve ever read?
#24Re: Ask HN: What's the best SDK documentation you’ve ever read?
#25The two books are "Writing with Inform" and "The Inform Recipe Book":
https://ganelson.github.io/inform-website/book/WI_1_1.html
https://ganelson.github.io/inform-website/book/RB_1_1.html
Inform is a weird beast: it is a domain-specific language for writing interactive fiction stories, with natural English language syntax. But underneath there's an object model and datatypes and you can use it as a general-purpose language: https://learnxinyminutes.com/docs/inform7/
Additionally, there's "The Inform Designer's Manual", which is for an earlier version using a more standard programming language syntax:
Re: Ask HN: What's the best SDK documentation you’ve ever read?
#26The Android SDK is well documented with examples throughout and hyperlinked to examples and posts which explain some content in greater depth.
Re: Ask HN: What's the best SDK documentation you’ve ever read?
#27Re: Ask HN: What's the best SDK documentation you’ve ever read?
#28Re: Ask HN: What's the best SDK documentation you’ve ever read?
#29Re: Ask HN: What's the best SDK documentation you’ve ever read?
#30I know everyone likes hating on PHP, but the docs actually work very well.
Part of it is because the language is basically a big standard library of functions, and those are easy to document, but the integration of user comments into each page has also been extremely useful to me.
Inside Macintosh (Apple's original system docs) was very good. Apple's documentation has steadily degraded, since. The documentation for SwiftUI is basically worthless.