From: Todd Benson Date: 2008-10-01T07:18:13+09:00 Subject: Re: Real world ruby programs to learn from On Tue, Sep 30, 2008 at 2:58 PM, Martin DeMello wrote: > On Tue, Sep 30, 2008 at 12:09 PM, Axel Etzold wrote: >> >> I think a good place to look at many solutions to many problems and sometimes very >> insightful comments is the Rubyquiz site: > > Actually, just this once I would not recommend the rubyquiz site - the > programs there aren't written with an eye on maintainability. > > martin I agree with martin. There are only a handful of quizes that have real-world applicability, and of the answers to those, only a small percentage exhibiting good coding practices (my own included). If someone hasn't already mentioned this, look at some of the stdlib code, and cast your glance over the many projects on rubyforge. Todd