On Sat, Jan 5, 2013 at 2:05 AM, tamouse mailing lists <[email protected]> wrote: > On Fri, Jan 4, 2013 at 5:58 AM, Peter Hickman > <[email protected]> wrote: >> On 4 January 2013 11:07, Robert Klemme <[email protected]> wrote: >>> >>> On Fri, Jan 4, 2013 at 6:08 AM, Josh Cheek <[email protected]> wrote: >>> >>> > O.o You have 3000 classes? I can't imagine such a project. >>> >>> That's not overly large for a reasonable sized project I'd say. >>> >> >> Seriously? >> >> Looking over all the projects in our repository the number of classes (from >> the rake stats command) most projects have less than 100 classes, a few make >> it into the low 100s and two make it into the 1000s all due to the fact that >> someone included an external project (soap4r and the like) in the lib >> folder. >> >> Are people routinely creating 1000s of classes in a project? > > it begins to smell like Java....
Hehe. Actually I had Java projects in mind. I don't really have numbers how many classes similar projects in Java and Ruby actually have but I would assume the Ruby project to have less classes. How much less might depend on the problem domain. Generally the order of magnitude (i.e. a few thousand classes) does not sound too unrealistic for a reasonably sized project which has passed through a few development cycles. Cheers robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/ -- You received this message because you are subscribed to the Google Groups ruby-talk-google group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at https://groups.google.com/d/forum/ruby-talk-google?hl=en
