Changes between Version 129 and Version 130 of DeveloperGuidelines
- Timestamp:
- 12/01/10 22:36:06 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v129 v130 87 87 * http://yuiblog.com/blog/2006/06/01/global-domination/ 88 88 89 The 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 === 89 94 Browsers default to only downloading 2 files from the same origin at a time, so many files is very slow on high latency links. 90 95