From c2de0d98ba39e0a1a970d066fd19be786092f376 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 1 Mar 2016 16:55:22 +0100 Subject: Imported Upstream version 1.1.91 --- CONTRIBUTING | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'CONTRIBUTING') diff --git a/CONTRIBUTING b/CONTRIBUTING index 47f93700..d3ea0ce7 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -21,13 +21,10 @@ with #ifdef MY_DEFINE / #endif in the code. GOOD: g_strdup (x) BAD: g_strdup(x) -* C-style comments, except for FIXMEs. +* C-style comments GOOD: f(x); /* comment */ BAD: f(x); // comment - GOOD: // FIXME: juice the gooblygok - BAD: /* FIXME: juice the gooblygok */ - * Keep assignments in the variable declaration area pretty short. GOOD: MyObject *object; BAD: MyObject *object = complex_and_long_init_function(arg1, arg2, arg3); -- cgit 1.3.0-6-gf8a5