View Single Post
07-03-12, 11:21 PM   #11
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
I wasn't trolling, I was just adding that not only is XML completely unnecessary, but it clutters the global namespace. If you do professional programing, you should understand the value of namespaces and keeping them uncluttered. It isn't a matter of "a few KB of memory", it's about organization and not having things from other AddOns stomping all over your names (intentionally or otherwise).

The reason for wanting to see the code in its entirety is because you may have scoping issues. You may be calling things before they're actually defined. If you'd rather freak out on people who are honestly trying to help you, because they are doing so in a manner that you'd rather not deal with, then so be it.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote