in reply to Re: Short routines matter more in OO?
in thread Short routines matter more in OO?
I will have to think about that. I've found that code where I setting up a lot of handlers (often with closures) that my function length goes back up because one function creates several closely related small ones. Thinking about that in terms of managing coupling could explaing why I'm naturally inclined to group things the way that I do.
I also had a vaguely related thought at Pass by reference vs globals.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Short routines matter more in OO?
by Anonymous Monk on Oct 13, 2003 at 18:43 UTC |