summaryrefslogtreecommitdiff
path: root/Code-cleanup.md
diff options
context:
space:
mode:
Diffstat (limited to 'Code-cleanup.md')
-rw-r--r--Code-cleanup.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/Code-cleanup.md b/Code-cleanup.md
index bf92565..274fa7e 100644
--- a/Code-cleanup.md
+++ b/Code-cleanup.md
@@ -66,3 +66,9 @@ The convention that should be used is as follows:
### Future of `SECTION`s
Namely determining the purpose of them and when they should be defined.
+
+
+### Unused/Unreferenced
+
+- `unused` is a keyword that may be used to denote code or data that is referenced but never used, through branches that are never taken during normal gameplay
+- `unreferenced` is a keyword that's used to denote code or data that's never references, thus can never be used, even with glitches, short of ACE.