From: Alexey Verkhovsky Date: 2005-01-16T01:41:43+09:00 Subject: Re: why dosn't ruby support // to comment? Tim Hunter wrote: >One thing that >stands out is a noticeable lack of anything resembling a comment. > > One school of thought is that a good code should be written in such a way that the need for internal comments is drastically reduced (small methods with limited responsibility, a lot of attention to names, and a detailed explanation with uisage examples in the beginning of a class). I'd say, Ruby code of most popular programs is a great pleasure to read, even when comments are absent. RDoc for some of these things (even many in the standard library) is a different story though :) Alex