diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-04 18:00:31 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-04 18:00:31 +0100 |
| commit | 455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d (patch) | |
| tree | f31a8eb3426a593c0fb49dfaf744db2eaeeb049d /TODO | |
| parent | 092270834eac54ed33e634494f9f38ba7fd38fd4 (diff) | |
| download | nissy-455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d.tar.gz nissy-455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d.zip | |
Moved coordinate index consistency test to tests folder
Diffstat (limited to '')
| -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. |
