Ask HN: What are the most popular libraries with the crappiest documentation?
1–10 of 56 posts
Re: Ask HN: What are the most popular libraries with the crappiest documentation?
#2Also, I doubt there are any popular libraries with ^crappy^ documentation. why even use such a strongly negative word?... Disagree that it is strongly negative? Well I think your question is crappy.
Re: Ask HN: What are the most popular libraries with the crappiest documentation?
#3Re: Ask HN: What are the most popular libraries with the crappiest documentation?
#4Sidenote: 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?
#5Re: Ask HN: What are the most popular libraries with the crappiest documentation?
#6Oh and Android design standards and best practices... Nobody tells you which stuff is outdated and that you need to use compatibility stuff by default to keep things working on more devices etc... Also no technical description on how to implement Material Design at all and some quirky problems are really common (e.g. negative margin on a button, easy in html/css, but impossible that way in Android).
edit: my new favourite android fuck-up though is having the icons for horizontal and vertical layouts swapped: http://i.imgur.com/xJ1ODI3.png "vertical" = child elements are underneath each other.