« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util/magic-constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/magic-constants.js')
-rw-r--r--src/util/magic-constants.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/util/magic-constants.js b/src/util/magic-constants.js
deleted file mode 100644
index 73fdbc6..0000000
--- a/src/util/magic-constants.js
+++ /dev/null
@@ -1,10 +0,0 @@
-// Magic constants only! These are hard-coded, and any use of them should be
-// considered a flaw in the codebase - areas where we use hard-coded behavior
-// to support one use of the wiki software (i.e. HSMusic, usually), rather than
-// implementing the feature more generally/customizably.
-//
-// All such uses should eventually be replaced with better code in due time
-// (TM).
-
-export const OFFICIAL_GROUP_DIRECTORY = 'official';
-export const FANDOM_GROUP_DIRECTORY = 'fandom';