diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-03-05 10:13:01 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-03-05 10:13:01 +0100 |
| commit | 87a15e960e31365698df7e06cd3e6b851e17c1a5 (patch) | |
| tree | 606a42e6251df3c24d92a2edefce723bdd103620 /TODO/refactoring.md | |
| parent | 3bfd0bb403d62bd942d1912d085ea59b156062fd (diff) | |
| download | nissy-87a15e960e31365698df7e06cd3e6b851e17c1a5.tar.gz nissy-87a15e960e31365698df7e06cd3e6b851e17c1a5.zip | |
I made a mess, but it works. Still need to implement new optimal solver.
After that, a big redesign is due.
Diffstat (limited to '')
| -rw-r--r-- | TODO/refactoring.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO/refactoring.md b/TODO/refactoring.md index 206b402..eedbd20 100644 --- a/TODO/refactoring.md +++ b/TODO/refactoring.md | |||
| @@ -25,6 +25,4 @@ | |||
| 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. | ||
| 30 | * Read style(9) and decide what to implement. | 28 | * Read style(9) and decide what to implement. |
