
13 Jul
2008
13 Jul
'08
5:40 p.m.
Hello all,
I have some discussion points on code cleanup topics:
1. isnormal.h is not used anywhere in the code, can we remove it?
2. isinf.h defines a lower-case macro. Can I add to the coding standard that all #defines should be capitalized?
3. sigil spacing. Apparently most of Inkscape's code puts no space between sigil (*/&) and the following variable name. The coding style document doesn't explicitly mention this, shall I add it? So: "int const * get_int(double &johan);"
Cheers, Johan