tasks.txt updated, %var1% task is done

This commit is contained in:
Reijo Tomperi 2009-01-05 23:42:17 +00:00
parent e721383d01
commit 8983357421
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ Optimisations
Refactoring
* Split large functions into smaller functions.
When possible, convert unit tests for these smaller functions
* Use %varid% instead of %var1% or %var2% in pattern matches
* create a simplify function that converts "void f(x) int x; {" to "void f(int x) {"
* improve the variable id so class/struct member variables get a variable id
* parse header files only once.