Skip to content
Prev 326055 / 398503 Next

Lexical scoping is not what I expect

On 13-06-27 8:18 AM, Terry Therneau wrote:
I didn't say that.  I said that in most cases global variables other 
than functions should not be used.

I would generalize that a little:  global constants are okay, changing 
globals is usually a bad idea.

Duncan Murdoch