General Best Practices » History » Version 5
Amber Herold, 09/06/2011 09:55 AM
1 | 1 | Amber Herold | h1. General Best Practices |
---|---|---|---|
2 | |||
3 | |||
4 | h2. Any Language |
||
5 | |||
6 | 4 | Amber Herold | * "Top Ten Programming Books":http://www.internetsecuritydb.com/2011/09/top-ten-most-influential-programming.html |
7 | 1 | Amber Herold | * "DRY principle":http://c2.com/cgi/wiki?DontRepeatYourself : Don't Repeat Yourself |
8 | * "Joomla guide":http://developer.joomla.org/strategy.html |
||
9 | * "OOP and starting point for PHP and Javascript specific OOP":http://nefariousdesigns.co.uk/archive/2006/05/object-oriented-concepts/ |
||
10 | * http://www.artima.com/weblogs/viewpost.jsp?thread=331531 |
||
11 | 2 | Amber Herold | * "Write Your API First":http://blog.angrymonkeys.com.au/why-you-absolutely-must-write-an-api-before-y |
12 | 3 | Amber Herold | * "Tools for testing and code review":http://smartbear.com/ |
13 | 1 | Amber Herold | |
14 | h2. Web performance best practices |
||
15 | |||
16 | * "Googles Guide":http://code.google.com/speed/page-speed/docs/rules_intro.html |
||
17 | |||
18 | h2. Database |
||
19 | |||
20 | * http://codebalance.blogspot.com/2011/07/20-database-design-best-practices.html |
||
21 | 5 | Amber Herold | |
22 | h2. REST |
||
23 | |||
24 | * "What is REST":http://kellabyte.com/2011/09/04/clarifying-rest/ |