the start of a rewrite

This commit is contained in:
2026-01-29 14:19:42 +01:00
parent 9c2c90d8e6
commit 599e0c4f93
2 changed files with 437 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
# Code quality stuff
- Literally rewrite the whole thing.
- Use the same namespacing style everywhere, that being
`nn_<class>_<method>` for functions related to "classes",
`nn_<function>` for static functions,