Mercurial > geeqie
comparison CODING @ 525:86f4c42afeab
Add a line about variable and function names.
author | zas_ |
---|---|
date | Fri, 25 Apr 2008 09:31:32 +0000 |
parents | 7659ccaf2a74 |
children | f31ae0d9e163 |
comparison
equal
deleted
inserted
replaced
524:7659ccaf2a74 | 525:86f4c42afeab |
---|---|
33 Please use glib types when possible (ie. gint and gchar instead of int and char) | 33 Please use glib types when possible (ie. gint and gchar instead of int and char) |
34 . | 34 . |
35 | 35 |
36 Check twice the indentation and spurious whitespaces. | 36 Check twice the indentation and spurious whitespaces. |
37 | 37 |
38 Try to use explicit variable and function names |