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: Vesa Kaihlavirta
Subject: [Gzz-commits] gzz/doc/pegboard/coding_standard--vegai peg.rst
Date: Wed, 05 Feb 2003 03:04:51 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Vesa Kaihlavirta <address@hidden>       03/02/05 03:04:49

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

Log message:
        Recent discussion update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/coding_standard--vegai/peg.rst.diff?tr1=1.13&tr2=1.14&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.13 
gzz/doc/pegboard/coding_standard--vegai/peg.rst:1.14
--- gzz/doc/pegboard/coding_standard--vegai/peg.rst:1.13        Tue Feb  4 
13:56:05 2003
+++ gzz/doc/pegboard/coding_standard--vegai/peg.rst     Wed Feb  5 03:04:49 2003
@@ -3,8 +3,8 @@
 =============================================================
 
 :Author:   Vesa Kaihlavirta
-:Last-Modified: $Date: 2003/02/04 18:56:05 $
-:Revision: $Revision: 1.13 $
+:Last-Modified: $Date: 2003/02/05 08:04:49 $
+:Revision: $Revision: 1.14 $
 :Status:   Incomplete
 :Scope:           Minor
 :Type:     Policy
@@ -37,7 +37,9 @@
     RESOLVED: a conversion tool at "make committable" will
     convert tabs into 8 spaces
 
-- import grouping is not resolved
+- import grouping is not resolved?
+
+- Rule 1 needs rationale
 
 Changes
 =======
@@ -49,8 +51,8 @@
 
 2. Header comments should include authors.
 
-3. After header comments, rcsid:
-   rcsid = "$Id: peg.rst,v 1.13 2003/02/04 18:56:05 Vegai Exp $"
+3. After header comments, rcsId:
+   rcsId = "$Id: peg.rst,v 1.14 2003/02/05 08:04:49 Vegai Exp $"
 
 4. After rcsid, the imports (unless there's a good reason to delay
    importing).
@@ -87,16 +89,17 @@
 
 9. Functions and variables are mixedCase.
 
-10. Tab-size is 8 (will be converted to spaces by make committable), 
indentation
-    at 4 spaces.
-
-11. Never use tabs.
+10. Tab-size is 8, indentation at 4 spaces.
 
+11. Run make committable before committing code.
 
+    - converts tabs to 8 spaces
+    - runs tests
+    
 Notes
 =====
 
-- items 8-12 are arbitrary choices for the sake of consistency
+- items 8 and 9 are arbitrary choices for the sake of consistency
 
 - "A Foolish Consistency is the Hobgoblin of Little Minds" - Ralph Waldo 
Emerson
 




reply via email to

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