Hacker News new | ask | show | jobs
by chc 4587 days ago
Do you mean the code examples in articles or the projects that you can download? Because I haven't looked at their downloadable samples in quite some time, but their docs always seem alright to me.
2 comments

Both, in my experience. The downloadable code is usually a rush job and has all sorts of sloppiness and missed edge cases. The code in the docs is usually cleaner (because it's just excerpts), but doesn't always get updated when APIs change.
The code samples are just bad and many are very outdated. I generally just read the header comments now and hit SO if I need more.