Avoid global variables Sample Clauses

Avoid global variables. Use local variables or create a single global table for your addon to store globals. This avoids cluttering the global namespace, is faster and avoids conflicts.