General Best Practices » History » Version 3
Amber Herold, 08/10/2011 01:09 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 | 3 | Amber Herold | * "Tools for testing and code review":http://smartbear.com/ |
12 | 1 | Amber Herold | |
13 | h2. Web performance best practices |
||
14 | |||
15 | * "Googles Guide":http://code.google.com/speed/page-speed/docs/rules_intro.html |
||
16 | |||
17 | h2. Database |
||
18 | |||
19 | * http://codebalance.blogspot.com/2011/07/20-database-design-best-practices.html |