[PATCH 2/2] STYLE: suggest long names
David Bremner
david at tethera.net
Sat Feb 13 09:11:19 PST 2016
Hopefully the exceptions are common sense.
---
devel/STYLE | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/devel/STYLE b/devel/STYLE
index b22d8d3..da65312 100644
--- a/devel/STYLE
+++ b/devel/STYLE
@@ -71,6 +71,10 @@ Naming
* Use lowercase_with_underscores for function, variable, and type
names.
+* Except for variables with extremely small scope, and perhaps loop
+ indices, when naming variables and functions, err on the side of
+ verbosity.
+
* All structs should be typedef'd to a name ending with _t. If the
struct has a tag, it should be the same as the typedef name, minus
the trailing _t.
--
2.6.4
More information about the notmuch
mailing list