From bd2816754177bf486a5f561f3cc096b5f8a5b090 Mon Sep 17 00:00:00 2001 From: prescience Date: Sat, 10 Feb 2001 07:54:15 +0000 Subject: [PATCH] added coding guidelines link git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@179 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- guidelines.php3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guidelines.php3 b/guidelines.php3 index 2e5f40d..b2a2479 100644 --- a/guidelines.php3 +++ b/guidelines.php3 @@ -64,7 +64,8 @@ p { font-family:Verdana, Arial; font-size=10pt }
  • At the bottom will be the footer information and closing print_ functions. - Above all, write code that is easy to read and maintain. Code that is not will be rewritten or deleted. Comment blocks of code and functions at all times. + PHP Coding Standard has _excellent_ guidelines for php programming style. For the most part I seem to have followed it (except for TABS vs spaces). If something is ambiguous consult this link or email me. + Above all, write code that is easy to read and maintain. Code that is not will be rewritten or deleted. Comment blocks of code and functions at all times. Get onto me if I fail to adhere to my own words.

    @@ -75,6 +76,8 @@ p { font-family:Verdana, Arial; font-size=10pt } ChangeLog

    +

  • version 1.1 Fedbruary 10, 2000 - Kenzaburo Ito (prescience@300baud.org)
    + Added PHP Coding Standard document link
  • version 1.0 December 23, 2000 - Kenzaburo Ito (prescience@300baud.org)
    Initial creation