in reply to Re^2: Wrong idioms
in thread Wrong idioms
Well, if you mess with your caller's variables, I agree. But if you want to use those variables for your own purposes, you can't help but let the callee also see the changed variables (because you can only localize the, not modify them in a lexical scope).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Wrong idioms
by Jenda (Abbot) on Apr 01, 2013 at 18:39 UTC | |
by moritz (Cardinal) on Apr 01, 2013 at 19:21 UTC |