Changes between Version 129 and Version 130 of DeveloperGuidelines


Ignore:
Timestamp:
12/01/10 22:36:06 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v129 v130  
    8787 * http://yuiblog.com/blog/2006/06/01/global-domination/
    8888
     89The Module Pattern should be used to protect private variables:
     90 * http://yuiblog.com/blog/2007/06/12/module-pattern/
     91 * http://www.adequatelygood.com/2010/3/JavaScript-Module-Pattern-In-Depth
     92
     93=== Deployment ===
    8994Browsers default to only downloading 2 files from the same origin at a time, so many files is very slow on high latency links.
    9095