On Thursday 06 March 2008 07:41:07 [EMAIL PROTECTED] wrote: > Log: > This started out as spacing out some n-1 constructs for chromatic, but > then I looked around and saw a lot of returns from functions and those > kinda make me sad because it's usually nicer to drain out the bottom of > the function so I did a little block shuffling.
Ugh. People can get over being sad, but unless there are resource release considerations, increasing the nesting depth of a function, widening the scope of stack variables, and obscuring the control flow with more if/else constructs seems like a net loss to me. -- c