Re: inner methods and recursion

2010-01-18 Thread Steve Howell
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

Re: inner methods and recursion

2010-01-18 Thread Gabriel Genellina
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

inner methods and recursion

2010-01-18 Thread Steve Howell
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