[Solved] Which is better way? Variables related
If in a namespace eval, use variable to avoid the weirdness of the variable name resolver. (I don’t want to describe in detail what it does, other than to say that code that relies on it can be automatically described as buggy and in hard to accurately describe ways.) If in a procedure, (usually) use … Read more