From 18989f97f1c4299f447b011c28961ca5c8310c13 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 26 May 2011 08:20:04 +0200 Subject: documentation index --- doc/developers/rules | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 doc/developers/rules (limited to 'doc/developers/rules') diff --git a/doc/developers/rules b/doc/developers/rules deleted file mode 100644 index 701a215..0000000 --- a/doc/developers/rules +++ /dev/null @@ -1,30 +0,0 @@ -Rules for developers -==================== - -1. Coding style ---------------- -SemanticScuttle uses the PEAR Coding Standards. -While quite some parts still do not follow them, all of the -code will be coverted to them. When developing new code, -adhere to it. - -A helpful tool to check your coding style is PHP CodeSniffer, -http://pear.php.net/package/PHP_CodeSniffer - - -2. Unit tests -------------- -At least the service and model classes have unit tests. -If you fix things in there, make sure you -a) do not break the tests or -b) fix the tests if the old behavior was broken - - -3. Keep security in mind ------------------------- -As a web application, there are several attack vectors to SemanticScuttle. -When processing user input (form variables, URL parameters) -be sure to convert and validate them. If you expect a bookmark id, -there is no reason not to cast the variable to (int). - -Filter input, escape output. -- cgit v1.2.3-54-g00ecf