in reply to Another commenting question,

My thoughts:

When finished, ask yourself if you would find the available information adequate if you were handed the project cold, off the street. If not, you need more.

I've mentioned previously that I tend to over-comment. However, I believe that far too much information is lost during the development of a project. Information that must be re-discovered during each development phase. This unnecessaily increases the cost and burden of maintenance. A 1:1 ratio may be extreme to some, but it's better than 0:1.

Keep in mind that it's very easy to keep a text editor open while you're coding. Use this to collect tidbits for external documentation.

--f

Update: danger pointed out that I accidentally wrote "too little" when I meant "too much." Oops.... :-} Fixed.