On Jan 18, 6:07 pm, "Gabriel Genellina"
wrote:
> En Mon, 18 Jan 2010 19:00:17 -0300, Steve Howell
> escribió:
>
> > Hi, I have a style/design question relating to recursion and inner
> > methods.
>
> > I wrote some code recently that implements a recursive algorithm that
> > takes several param
En Mon, 18 Jan 2010 19:00:17 -0300, Steve Howell
escribió:
Hi, I have a style/design question relating to recursion and inner
methods.
I wrote some code recently that implements a recursive algorithm that
takes several parameters from the original caller. Once the algorithm
starts running a
Hi, I have a style/design question relating to recursion and inner
methods.
I wrote some code recently that implements a recursive algorithm that
takes several parameters from the original caller. Once the algorithm
starts running and recursing, those parameters remain the same, so I
define an in