gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/doc/pegboard/coding_standard--vegai peg.rst


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/doc/pegboard/coding_standard--vegai peg.rst
Date: Fri, 10 Jan 2003 03:29:02 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        03/01/10 03:29:02

Modified files:
        doc/pegboard/coding_standard--vegai: peg.rst 

Log message:
        Questions -> issues, some more issues. Please post to gzz-dev for 
discussions

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/coding_standard--vegai/peg.rst.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: gzz/doc/pegboard/coding_standard--vegai/peg.rst
diff -u gzz/doc/pegboard/coding_standard--vegai/peg.rst:1.5 
gzz/doc/pegboard/coding_standard--vegai/peg.rst:1.6
--- gzz/doc/pegboard/coding_standard--vegai/peg.rst:1.5 Thu Jan  9 12:22:26 2003
+++ gzz/doc/pegboard/coding_standard--vegai/peg.rst     Fri Jan 10 03:29:02 2003
@@ -3,8 +3,8 @@
 =============================================================
 
 :Author:   Vesa Kaihlavirta
-:Last-Modified: $Date: 2003/01/09 17:22:26 $
-:Revision: $Revision: 1.5 $
+:Last-Modified: $Date: 2003/01/10 08:29:02 $
+:Revision: $Revision: 1.6 $
 :Status:   Current
 :Scope:           Minor
 :Type:     ?
@@ -12,6 +12,20 @@
 Our coding standard (/gzz/CODING) requires revising, mainly because of the
 large and growing amount of python code.
 
+Issues
+======
+
+- our \*.java have the license attached to every file. Is that necessary?  
+
+    RESOLVED: Yes, according to FSF.
+
+- should we have automatic tests for enforcing parts of the standard?
+
+- should the rcs id variable be "rcsid" or "rcsId" ?
+
+- should all code and data really be in classes? If so, why?
+
+- should Tabs be allowed or not?
 
 Changes
 =======
@@ -24,7 +38,7 @@
 2. Header comments should include authors.
 
 3. After header comments, rcsid:
-   rcsid = "$Id: peg.rst,v 1.5 2003/01/09 17:22:26 Vegai Exp $"
+   rcsid = "$Id: peg.rst,v 1.6 2003/01/10 08:29:02 tjl Exp $"
 
 4. After rcsid, the imports (unless there's a good reason to delay
    importing).
@@ -59,12 +73,6 @@
 
 10. Never use tabs.    
 
-
-Questions
-=========
-
-- our \*.java have the license attached to every file. Is that necessary?  
-- tests for enforcing parts of the standard?
 
 
 Reference




reply via email to

[Prev in Thread] Current Thread [Next in Thread]