Hacker News new | ask | show | jobs
by still_grokking 1299 days ago
Which is a funny statement as almost all devs like to have documentation.
1 comments

If I'm simply consuming a library, I find most real-world documentation to be pretty superfluous. A full working example is usually enough to understand how things fit together.

If I'm working on a library, design docs and commented code is nice though.