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