Hi all,
I just wanted to double check what the current consensus is on named define modules. For example that jQuery has a named define define("jquery", ...).
I am looking at running multiple versions of jQuery in a project (this will probably become more common with jquery 2), and in order to do this having named defines in the AMD format doesn't help so much.
Is this set in stone, or are these areas still under debate? I just want to know if I need to work around this in the long term or not.
Also more generally for other modules, are we explicitly encouraging or discouraging this?
Thanks,
Guy