[JS] Global Variables
I have seen a lot of experts here frown upon using global variables. I am very curious as to why. I find them very useful. I have saved myself a lot of pasing parameters to functions by referencing the document, story, and selection as global variables. It makes my functions simpler and saves me typing. So why shouldn't you use global variables?
I know in the SDK land with C++ they have moved from global variables because of multi-processor support. Should we expect scripting to offer multi-processor support?
