Ask HN: What are the most popular libraries with the crappiest documentation?
11–20 of 56 posts
Re: Ask HN: What are the most popular libraries with the crappiest documentation?
#12Re: Ask HN: What are the most popular libraries with the crappiest documentation?
#13All the AWS stuff.
Re: Ask HN: What are the most popular libraries with the crappiest documentation?
#14OpenSSL is rather inscrutable. They've actually been doing great work on the code and I'd say it's pretty secure now. But the documentation is still a mess. I recently had to resort to inferring the correct way to do something with OpenSSL by looking at how OpenSSL itself deals with that particular task + extensive testing, because documentation on certain operations appeared to be absent. No bueno.
And why would you document that? It's not like it's one of the most common implementation mistakes to handle IVs incorrectly.
Re: Ask HN: What are the most popular libraries with the crappiest documentation?
#15Re: Ask HN: What are the most popular libraries with the crappiest documentation?
#16* The RNN tutorial is just a code dump, with barely any comments. And since it implements some state-of-the-art network, it has several optimizations that are guaranteed to drive a beginner crazy.
* Their seq2seq tutorial doesn't run anymore due to API changes. Their official reply (for months now) is "we are writing a new tutorial, so wait until we are done".
I fought (and lost) for switching libraries based on how bad the tutorials are, which is literally the opposite of what you'd want a tutorial to achieve. You can't get worse than that.
Re: Ask HN: What are the most popular libraries with the crappiest documentation?
#17All the AWS stuff.
Re: Ask HN: What are the most popular libraries with the crappiest documentation?
#18Maybe it's just me, but I never got around liking the jQuery documentation. Its not bad - but visually too heavy, not easy to navigate and the example code is often not very consistent. Counterexample: The lodash documentation. Sidenote: A very nice project that aggregates many API documentations and puts them into a coherent style and nice UX is http://devdocs.io/
Re: Ask HN: What are the most popular libraries with the crappiest documentation?
#19They've clearly gone to quite some effort to document it thoroughly. Yet whenever I have to read any of it my brain rebels and my eyes just slide off.
I think it may be a case of just too much jargon.
It's probably also because Maven problems are not the fun kind of problems, but rather the irritating kind. Whenever I'm trying to figure out how to make it do something it's because Maven has gotten in the way of the thing I actually want to be doing.