Changes between Version 175 and Version 176 of DeveloperGuidelines


Ignore:
Timestamp:
05/13/11 16:13:24 (14 years ago)
Author:
Fran Boon
Comment:

jsperf.com

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v175 v176  
    107107 * http://yuiblog.com/blog/2006/06/01/global-domination/
    108108
    109 The Module Pattern should be used to protect private variables:
     109Private variables should be protected, e.g. using the Module Pattern:
    110110 * http://yuiblog.com/blog/2007/06/12/module-pattern/
    111111 * http://www.adequatelygood.com/2010/3/JavaScript-Module-Pattern-In-Depth
    112112
     113Can test out the performance of different options to achieve a task using:
     114 * http://jsperf.com
    113115==== Deployment ====
    114116