General Best Practices » History » Version 1
  Amber Herold, 08/10/2011 12:56 PM 
  
| 1 | 1 | Amber Herold | h1. General Best Practices | 
|---|---|---|---|
| 2 | |||
| 3 | |||
| 4 | h2. Any Language | ||
| 5 | |||
| 6 | * "DRY principle":http://c2.com/cgi/wiki?DontRepeatYourself : Don't Repeat Yourself | ||
| 7 | * "Joomla guide":http://developer.joomla.org/strategy.html | ||
| 8 | * "OOP and starting point for PHP and Javascript specific OOP":http://nefariousdesigns.co.uk/archive/2006/05/object-oriented-concepts/ | ||
| 9 | * http://www.artima.com/weblogs/viewpost.jsp?thread=331531 | ||
| 10 | |||
| 11 | h2. Web performance best practices | ||
| 12 | |||
| 13 | * "Googles Guide":http://code.google.com/speed/page-speed/docs/rules_intro.html | ||
| 14 | |||
| 15 | h2. Database | ||
| 16 | |||
| 17 | * http://codebalance.blogspot.com/2011/07/20-database-design-best-practices.html |