Skip to content

Commit

Permalink
Add some tips for coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
soranzo committed Apr 17, 2007
1 parent 1bd9a11 commit 6d9bba9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions DEVELOPERS
Original file line number Diff line number Diff line change
Expand Up @@ -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:

* "
* '
Expand Down

0 comments on commit 6d9bba9

Please sign in to comment.