From 673fb25e4d573b1bf7ebbe3048e23aba10a641cc Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Sat, 17 Jan 2009 13:27:57 +0000 Subject: [PATCH] Removed tasks.txt, most of it is moved to Track, some general issues were not --- tasks.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tasks.txt diff --git a/tasks.txt b/tasks.txt deleted file mode 100644 index 6eef32eb2..000000000 --- a/tasks.txt +++ /dev/null @@ -1,16 +0,0 @@ - -A few suggestions for tasks - * Optimise - * Refactor - * Preprocessor - - expand macros (under work) - - include files - - etc? - * Token list - - improve the variable id for class member variables - - simplify "void f(x) int x; {" into "void f(int x) {" - - etc? - * Add unit tests - * improved error message handling - -