The Linux kernel however is by far my favourite because of the in-depth design documents in-tree in easy to read plain-text format.
Ask HN: Which are your favorite developer docs?
11–20 of 24 posts
Re: Ask HN: Which are your favorite developer docs?
#12Is it just me or are the Stripe docs not the paragon of usefulness they once were? Still head and shoulders above many but last time I started a new project I found duplicated, outdated, confusing docs all over the place. Managing the complex payments state machine seems to get harder and harder as Stripe matures.
Re: Ask HN: Which are your favorite developer docs?
#13PostgreSQL is the gold standard for usage level docs. The Linux kernel however is by far my favourite because of the in-depth design documents in-tree in easy to read plain-text format.
Re: Ask HN: Which are your favorite developer docs?
#14PostgreSQL is the gold standard for usage level docs. The Linux kernel however is by far my favourite because of the in-depth design documents in-tree in easy to read plain-text format.
I like the postgres docs as much as anyone but those flow diagrams sqlite has for commands are incredible and I wish pg had something like them. I know postgres tends to have way more options and they'd be unwieldy in some cases but still valuable I think.
Re: Ask HN: Which are your favorite developer docs?
#15It's easy to find things, clearly written, and usually answer any questions I have about how to use a particular standard library function.
I really appreciate the code samples, which are present all over the documentation.
Re: Ask HN: Which are your favorite developer docs?
#16Re: Ask HN: Which are your favorite developer docs?
#17I really like the Elixir programming language documentation: https://hexdocs.pm/elixir/Kernel.html It's easy to find things, clearly written, and usually answer any questions I have about how to use a particular standard library function. I really appreciate the code samples, which are present all over the documentation.