in reply to One Big Script v. Several Small Scripts
I'm currently using the 'autoload' pragma module to only load the module that's going to be used when the function gets called...
I'm aware there's a whole bunch of other modules that can do comparable dynamic loading, but this one works for me... :)
Addition: One that seems to be appropriate for this task is also SelfLoader which allows you to keep the code in one file, but not compile it all. In fact just adding 2 lines to working code can avoid compiling more code then you need...
|
|---|