Changes between Version 175 and Version 176 of DeveloperGuidelines
- Timestamp:
- 05/13/11 16:13:24 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v175 v176 107 107 * http://yuiblog.com/blog/2006/06/01/global-domination/ 108 108 109 The Module Pattern should be used to protect private variables:109 Private variables should be protected, e.g. using the Module Pattern: 110 110 * http://yuiblog.com/blog/2007/06/12/module-pattern/ 111 111 * http://www.adequatelygood.com/2010/3/JavaScript-Module-Pattern-In-Depth 112 112 113 Can test out the performance of different options to achieve a task using: 114 * http://jsperf.com 113 115 ==== Deployment ==== 114 116