From: Robert Klemme Date: 2012-08-11T01:36:53+09:00 Subject: Re: How do you order your class methods? On Fri, Aug 10, 2012 at 5:03 PM, masta Blasta wrote: > If you have a class with many methods, how do you try to organize them? First, I try to avoid having classes with many methods. I can't remember having a Ruby class with so many methods that I started to seriously think about the layout of them. > Do you go alphabetical? By related function? Order in which they were > added? I usually try to group them according to related functionality. When I add code later I often only append it at the bottom because that makes comparing easier. Cheers robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/