« get me outta code hell

magic-constants.js « util « src - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util/magic-constants.js
blob: 83dd7db5cda473431516d2721e8fec7315824c11 (plain)
1
2
3
4
5
6
7
8
9
// 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';