diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-06-20 22:39:41 +0000 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-06-20 22:39:41 +0000 |
commit | 07031949d43efe23a710c1bacc46c1f1b2bb1710 (patch) | |
tree | b587d51689c75401c4c9f88eead755aeb7ecb716 | |
parent | d3dfd033d36bfb2a8a27fc8e382de923f83e10c6 (diff) |
Updated Code cleanup (markdown)
-rw-r--r-- | Code-cleanup.md | 6 |
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. |