On Tue, Oct 18, 2016 at 03:54:43PM +0200, Bernd Schmidt wrote: > On 10/18/2016 03:54 PM, Trevor Saunders wrote: > > > > I do really prefer reading code where variables are declared at first > > use > > In general, so do I, but in this case it's one variable out of a whole > bunch, which makes the entire thing look a little inconsistent.
fair, though you've got to start somewhere unless you want to change all the variables in a function, which seems really excessive. Trev > > > Bernd