In my previous post Evolution of a Script, Timing Operations, I used the technique of putting “__” in front of variable names to avoid namespace collision. Niklas Bergius left a comment saying, “Instead of using __ prefixes, wouldn’t $private: work?” Great question – let’s explore. Continue reading
Variable Scopes and $PRIVATE:
13