From 749b8be74db68b12aa6385ce31db97c4e08951cc Mon Sep 17 00:00:00 2001 From: Vectornaut Date: Fri, 3 Oct 2025 20:28:15 +0000 Subject: [PATCH] Start documenting standardized code flags --- Code-flags.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Code-flags.md diff --git a/Code-flags.md b/Code-flags.md new file mode 100644 index 0000000..a0994eb --- /dev/null +++ b/Code-flags.md @@ -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. \ No newline at end of file