From 0fb3e0276867a5224e267571b04641290d9b1013 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Fri, 25 Apr 2008 09:31:32 +0000 Subject: [PATCH] Add a line about variable and function names. --- CODING | 1 + 1 file changed, 1 insertion(+) diff --git a/CODING b/CODING index c2f078213..42bcb382f 100644 --- a/CODING +++ b/CODING @@ -35,3 +35,4 @@ Please use glib types when possible (ie. gint and gchar instead of int and char) Check twice the indentation and spurious whitespaces. +Try to use explicit variable and function names