aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-02-04 18:00:31 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-02-04 18:00:31 +0100
commit455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d (patch)
treef31a8eb3426a593c0fb49dfaf744db2eaeeb049d /TODO
parent092270834eac54ed33e634494f9f38ba7fd38fd4 (diff)
downloadnissy-455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d.tar.gz
nissy-455c7d9c8185acdd8c8fe74ad4a59a3e0756d75d.zip
Moved coordinate index consistency test to tests folder
Diffstat (limited to 'TODO')
-rw-r--r--TODO/refactoring.md2
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.

Generated with cgit - Back to sebastiano.tronto.net