General Best Practices » History » Revision 4
Revision 3 (Amber Herold, 08/10/2011 01:09 PM) → Revision 4/5 (Amber Herold, 09/06/2011 09:52 AM)
h1. General Best Practices
h2. Any Language
* "Top Ten Programming Books":http://www.internetsecuritydb.com/2011/09/top-ten-most-influential-programming.html
* "DRY principle":http://c2.com/cgi/wiki?DontRepeatYourself : Don't Repeat Yourself
* "Joomla guide":http://developer.joomla.org/strategy.html
* "OOP and starting point for PHP and Javascript specific OOP":http://nefariousdesigns.co.uk/archive/2006/05/object-oriented-concepts/
* http://www.artima.com/weblogs/viewpost.jsp?thread=331531
* "Write Your API First":http://blog.angrymonkeys.com.au/why-you-absolutely-must-write-an-api-before-y
* "Tools for testing and code review":http://smartbear.com/
h2. Web performance best practices
* "Googles Guide":http://code.google.com/speed/page-speed/docs/rules_intro.html
h2. Database
* http://codebalance.blogspot.com/2011/07/20-database-design-best-practices.html