show/hide this revision's text 2 added 174 characters in body

When you read a "howto"-style article with a code sample, which do you prefer:

  • All the code off to the side with very few comments, and a complete line-by-line breakdown in the article

OR

  • All the code off to the side with LOTS of comments, and a complete line-by-line breakdown in the article

The moral of my question: Can too many comments in the code actually reduce readability for unfamiliar code?

EDIT: Assume for the purposes of the question that the article is introducing new concepts to the reader, all the way up to a language with which he/she is not familiar.

show/hide this revision's text 1 [made Community Wiki]

How much to comment code sample when writing an article?

When you read a "howto"-style article with a code sample, which do you prefer:

  • All the code off to the side with very few comments, and a complete line-by-line breakdown in the article

OR

  • All the code off to the side with LOTS of comments, and a complete line-by-line breakdown in the article

The moral of my question: Can too many comments in the code actually reduce readability for unfamiliar code?