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