Hacker News new | ask | show | jobs
by voidfunc 1606 days ago
Because good docs are like a good search engine: high hit rate for what you want most of the time.

The edge cases and quirky impl detail questions are what src is for.

2 comments

I would argue that outlining expected behaviour in edge cases is one of the most important topics for documentation to cover.
> The edge cases and quirky impl detail questions are what src is for.

Literally the most important thing you can document.