What should NOT be included in comments? (opinion on a dictum by the inventor of Forth)

Posted by AKE on Programmers See other posts from Programmers or by AKE
Published on 2012-10-31T21:56:56Z Indexed on 2012/11/01 11:14 UTC
Read the original article Hit count: 218

The often provocative Chuck Moore (inventor of the Forth language) gave the following advice (paraphrasing):

"Use comments sparingly. Programs are self-documenting, with a modicum of help from mnemonics. Comments should say WHAT the program is doing, not HOW."

My question:

Should comments say WHY the program is doing what it is doing?


Update: In addition to the answers below, these two provide additional insight.

© Programmers or respective owner

Related posts about coding-style

Related posts about code-quality