tasks.txt updated, %var1% task is done
This commit is contained in:
parent
e721383d01
commit
8983357421
|
@ -8,7 +8,6 @@ Optimisations
|
||||||
Refactoring
|
Refactoring
|
||||||
* Split large functions into smaller functions.
|
* Split large functions into smaller functions.
|
||||||
When possible, convert unit tests for these 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) {"
|
* 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
|
* improve the variable id so class/struct member variables get a variable id
|
||||||
* parse header files only once.
|
* parse header files only once.
|
||||||
|
|
Loading…
Reference in New Issue