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.