[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [722] style guide clarity
From: |
iank |
Subject: |
[Savannah-cvs] [722] style guide clarity |
Date: |
Wed, 13 Dec 2023 18:32:08 -0500 (EST) |
Revision: 722
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=722
Author: iank
Date: 2023-12-13 18:32:06 -0500 (Wed, 13 Dec 2023)
Log Message:
-----------
style guide clarity
Modified Paths:
--------------
trunk/sviki/fsf/bash-style-guide.mdwn
Modified: trunk/sviki/fsf/bash-style-guide.mdwn
===================================================================
--- trunk/sviki/fsf/bash-style-guide.mdwn 2023-12-13 22:39:13 UTC (rev
721)
+++ trunk/sviki/fsf/bash-style-guide.mdwn 2023-12-13 23:32:06 UTC (rev
722)
@@ -143,9 +143,7 @@
# Documentation
Add comments describing functions that are not short and
-obvious. Document any arguments, global variables used, return value
-that is different from the default of the exit code of the last command
-run. See the <https://savannah.nongnu.org/git/?group=bash-bear-trap> for
example.
+obvious. Document any arguments, global variables used, and any nonzero
returns. See the <https://savannah.nongnu.org/git/?group=bash-bear-trap> for
example.
Comment any tricky or important parts of code.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [722] style guide clarity,
iank <=