Add some tips for coding standards
authorsoranzo <soranzo>
Tue, 17 Apr 2007 08:57:39 +0000 (08:57 +0000)
committersoranzo <soranzo>
Tue, 17 Apr 2007 08:57:39 +0000 (08:57 +0000)
DEVELOPERS

index 30097f7ccdd7c256aa2bc96bb30cf4296b0aa4c0..4f26262f67eee57073f203cd41d742fcf63d5951 100644 (file)
@@ -55,9 +55,13 @@ TIPS FOR DEVELOPERS
 When you submit code to phpPgAdmin, we do expect it to adhere to the existing
 coding standards in the source.  So, instead of using your personal favourite
 code layout style, please format it to look like surrounding code.
+In general, we want the code to be portable, standard compliant (e.g. to W3C 
+(X)HTML and CSS) and independent of specific configurations of PHP, the web 
+server, PostgreSQL or the user browser. We also try to support as many versions
+as possible of these applications.
 
-Test your code properly!  Say you are developing a feature to create domains.
-Try naming your domain all of the following:
+Test your code properly! For example, if you are developing a feature to create
+domains, try naming your domain all of the following:
 
        * "
        * '