31ecb773cd91e05a9339f9e32638e4af27f42bf6
[gnulib.git] / lib / TODO
1 Things to do to hash.c:
2
3 Always use curly braces around statements in if/else/while/do/etc.
4 that span more than a line -- even around multiline simple statements
5 or single-line simple statements preceded by a comment line.
6
7 Never have lines longer than 80 chars.
8
9 Remove ^L characters.  We don't want/need such crutches.
10 Get a good (smart) pagination filter.  I have one (a perl script)
11 that usually does a decent job for me -- I called it something
12 like stdc-print and think I sent you an early verison.
13
14 I don't like the name `cursor'.  I much prefer short names
15 like `p' for index variables.  I doubt I'll change all of them,
16 but thought you should know why some will probably end up changing.