General Best Practices » History » Version 2
Amber Herold, 08/10/2011 01:06 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 | 2 | Amber Herold | * "Write Your API First":http://blog.angrymonkeys.com.au/why-you-absolutely-must-write-an-api-before-y |
11 | 1 | Amber Herold | |
12 | h2. Web performance best practices |
||
13 | |||
14 | * "Googles Guide":http://code.google.com/speed/page-speed/docs/rules_intro.html |
||
15 | |||
16 | h2. Database |
||
17 | |||
18 | * http://codebalance.blogspot.com/2011/07/20-database-design-best-practices.html |