Coding Best Practices
From Wiki
(Redirected from PHP Coding)
This document was influenced by Java Coding Style by Scott Ambler. Also Mediawiki Coding Conventions is an useful source.
- Coding General Concepts
- Coding Standards for Fields(Properties/Attributes)
- Standards For Functions/Operations
- Some Techniques for Writing Clean Code
- Standards for Classes, Interfaces, Packages
- Javadoc
- PhpDoc
- JSDoc
Bibliography
- Ambler, S.W. (1998). Building Object Applications That Work: Your Step-By-Step Handbook for Developing Robust Systems with Object Technology. New York: Cambridge University Press.
- AmbySoft, http://www.ambysoft.com
- Kanerva, J. (1997). The Java FAQ. Reading, MA: Addison Wesley Longman Inc.
- Meyer, B. (1988). Object-Oriented Software Construction. Upper Saddle River, NJ: Prentice Hall Inc.
- NPS (1996). Java Style Guide. United States Naval Postgraduate School.
- PEAR PHP Coding Standards, http://pear.php.net/manual/en/standards.php
- PhpDoc, http://www.phpdoc.de/
- PHP FAQ, http://de.php.net/FAQ.php
- PHP Manual, http://www.php.net/manual/en/
- Vision 2000 CCS Package and Application Team (1996). Coding Standards for C, C++, and Java.

