diff options
author | Jim Meyering <jim@meyering.net> | 1998-04-05 23:43:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-04-05 23:43:58 +0000 |
commit | d90641d9d8f8aa7165dc6f804e21eeef49e5e83f (patch) | |
tree | fa7fbe91e7c7dbd62221157c822d542697265ec7 /lib/TODO | |
parent | 300be5a2500e7e576a3628a09f60535b0977bb62 (diff) | |
download | coreutils-d90641d9d8f8aa7165dc6f804e21eeef49e5e83f.tar.xz |
.
Diffstat (limited to 'lib/TODO')
-rw-r--r-- | lib/TODO | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/TODO b/lib/TODO new file mode 100644 index 000000000..3f2bceaa9 --- /dev/null +++ b/lib/TODO @@ -0,0 +1,15 @@ + +Always use curly braces around statements in if/else/while/do/etc. +that span more than a line -- even around multiline simple statements +or single-line simple statements preceded by a comment line. + +Never have lines longer than 80 chars. + +Remove ^L characters. We don't want/need such crutches. +Get a good (smart) pagination filter. I have one (a perl script) +that usually does a decent job for me -- I called it something +like stdc-print and think I sent you an early verison. + +I don't like the name `cursor'. I much prefer short names +like `p' for index variables. I doubt I'll change all of them, +but thought you should know why some will probably end up changing. |