On 8/18/2012 9:05 PM, Nick Sabalausky wrote:
No offense taken (or intended), but I think you're conflating the
different branches of the discussion.
I'm glad. And it's entirely likely that I missed something. I didn't
read the whole thread, I was just replying to your one message. Lazy...
On 8/18/2012 7:36 PM, Nick Sabalausky wrote:
If that's the case, then the code is far too damn fragile in the first
place.
This:
float f;
if (condition1)
f = 7;
Is bad fucking code, period. I'd expect *ANY* usage of f after that
(except, of course, a plain assignment to it)