Home
Software
Writings
Document your software
The most important thing you can do to make your software more useful is to write docs for it. This is especially important for Unix’y command-line tools.
Ok, maybe not the most important thing, but I want to make a point.
I was wasting my time reading weblogs and one link led me to cook, a better make than make. I hate make and a like trying new software (even if ultimately I don’t use it) so I wanted to check it out. I didn’t because of lack of any useful documentation. I assume the author does care about other people using his software since:
At first I was hopeful, because there is a link to “Cook Reference Manual” on the webpage but it’s very unhelpful. First, it’s a PDF, even though the content is just a plain text rendering of a couple of man pages. Second, man pages are the worst documentation idea that refuses to die.
Earth to people writing documentation: what I want to read about is “a gentle and concise introduction to using cook” i.e. how to compile the simplest project using cook. When I do that and it works, I might graduate to slightly bigger examples. When I’m comfortable with that, I will need a detailed reference guide, describing each possible option and command line switch.
A man page just slaps me in the face with its detailed reference of all possible options, arranged in alphabetic order, with no examples of how to achieve the most frequent tasks.
It’s a cultural thing. When Unix programmer needs to solve documentation problems, he writes a man page. Now he has two problems.
It’s quite amazing:
Written on Mar 11 2006.
home
Found a mistake, have a comment? Let me know.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you: