I agree to that. I think local variable reuse/reassignment is a code smell. And I see it quite often, making code harder to read. Method arguments I rarely (ever?) see reassigned. Default final would make sense on both local variables and method arguments just to avoid bad programming.
Cheers / Lennart On 5/25/08, Michael Hunger wrote: ... > I'd rather have this as the default in the language and explicitly mark > non final stuff but thats to late by now :). > _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

