From: Kyle Schmitt Date: 2007-04-10T02:37:57+09:00 Subject: Re: Getting to 100 (#119) Weighing in about the comments and explanations of the quiz answers: the comments are good, and important especially when using tricks. Especially considering that I'm not alone in suggesting that ruby-newbies I meet read old quizzes and the solutions that were posted to learn more about Ruby. The thing is, simple, or not so simple, code is sometimes best left uncommented so that the reader is forced to parse it and figure out exactly what's going on. It aides in their understanding. And yes I know I'm horribly guilty of not entering enough comments in myself, especially in some of the ugly code. :) --Kyle