diff options
Diffstat (limited to 'TODO/refactoring.md')
| -rw-r--r-- | TODO/refactoring.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO/refactoring.md b/TODO/refactoring.md index eedbd20..206b402 100644 --- a/TODO/refactoring.md +++ b/TODO/refactoring.md | |||
| @@ -25,4 +25,6 @@ | |||
| 25 | * Sort function implementations alphabetically, ignore static vs non static. | 25 | * Sort function implementations alphabetically, ignore static vs non static. |
| 26 | * Rename functions and variable to have a consistent naming scheme. | 26 | * Rename functions and variable to have a consistent naming scheme. |
| 27 | * Functions that copy data: swap src and dest, follow memcpy standard. | 27 | * Functions that copy data: swap src and dest, follow memcpy standard. |
| 28 | * The way coord uses define guards to organize the .h file is good, apply it | ||
| 29 | to other modules too - including tests. | ||
| 28 | * Read style(9) and decide what to implement. | 30 | * Read style(9) and decide what to implement. |
