View Single Post
05-30-23, 07:19 AM   #4
Vampyr78
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: May 2016
Posts: 10
There are 2 ways to avoid this kind of problems in the future.
  1. Use a prefix containing either your addon's name or an abbriviation of addon's name for every variable and function you create.
  2. Create an object with your addon's name that and declare all the variables and functions as members of that object.

Both appraoaches allow you to minimize risk given variable exists somewhere else.
  Reply With Quote