View Single Post
09-12-14, 03:05 PM   #8
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Mayron View Post
Excellent, I knew that order mattered but was getting confused on how to find out the right order ...
When it doubt just open up the library in Notepad and see which libraries it references. 99.999% of the time that kind of thing will be right up at the top.

Originally Posted by Mayron View Post
... I will definitely try to cut back on files. I also want to merge more code into one single file because the Modules folder on GitHub now looks horrific.
Don't go overboard, though. Obviously if you have 10 files that average 25 lines each, it would be better to merge them, but if you're ending up with 50,000 lines of code in a single file that's just a nightmare for maintenance.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote