From: Derek Cannon Date: 2010-04-17T17:10:40+09:00 Subject: Re: Is this good OOP structuring? > And are this many methods acceptable for parsing the HTML or is it > better if I merge them to make one, clean method? I guess I'm ultimately asking here: What should be the criteria for creating something in a new method? Because in this case, I could really just combine count_rows, get_row, collect_courses, and get_courses... They're not being used for any other purpose but to ultimately serve get_courses. -- Posted via http://www.ruby-forum.com/.