Portable JavaScript

from blog Oliver Caldwell's blog, | ↗ original
I gave in to AMD. I am currently using RequireJS on a project which uses quite a few different scripts including MooTools, Kalendae (which is amazing by the way) and the Facebook SDK. By using AMD I have separated the whole project into manageable modules which are loaded in parallel with each other. I am loading MooTools and the Facebook SDK...