include vs require
Hello
I have created a class with several methods that I need to import in Max. I have tried the include("class"); and it seems to work. I am not sure though whether I should use also/instead the reuire method with the exports.class command. I ask since I am not sure the values within the class (this.class) are updating correctly.
Can anyone explaing what are the pros and cons?