Remove Globally used constants
from Coding Standards
#101
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
question
Further information is requested
At the moment we have different casing for "Globally used constants", see https://github.com/mediamonks/frontend-coding-standards#globally-used-constants This rule got introduced back in the days when we only had
var
and there was no way to make something "read only". We no longer need this rule.Also it's too vague what "global" means. We should avoid having vague rules in our standards.
Do you agree?
The text was updated successfully, but these errors were encountered: