Start documenting standardized code flags

Vectornaut 2025-10-03 20:28:15 +00:00
parent e60ece956a
commit 749b8be74d

3
Code-flags.md Normal file

@ -0,0 +1,3 @@
Within the source code, we're using the following flags to mark things we'd like to come back to.
- `/* KLUDGE */` A sloppy, awkward, or fragile way to get something working, which should eventually be replaced with something more polished, carefully designed, and robust.