Hacker News new | ask | show | jobs
by fdsfsafasfdas 3362 days ago
Conversely, after the initial struggle getting the ideas behind it, examples are worthless and documentation is king.
1 comments

Sometimes. Examples are good at giving concrete working code to use as a basis but they only express a few ideas. Documentation will let you understand the different pieces so you can build what you like.

Both are beneficial for different scenarios. I find I use examples much more often but when examples fail, documentation is necessary.