From 5ad21d293168aff043cef1a2fa10f7786c14daac Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 21 Aug 2009 15:27:10 +0200 Subject: [PATCH] STYLE: add prefix rule Signed-off-by: Julien Danjou --- STYLE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/STYLE b/STYLE index 00aba68a..dae80937 100644 --- a/STYLE +++ b/STYLE @@ -23,6 +23,9 @@ Imitate the existing code style. For concrete rules: - Be clear in what you do; + - Prefix your function name with the module they are enhancing, + i.e. if you add a function to manipulate a tag prefix it with tag_. + - Write documentation for any new functions, options, whatever. A vim modeline is set in each file to respect this. -- 2.11.4.GIT