-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
We have a few antipatterns across our Constant classes that we should clear up. For example, they are all instantiable but never should be. Also ConfigurationServiceConstants is an interface only containing constants, but should instead be a class. Finally EngineConstantsUtil is not a utility class as such, so the name should be changed to be more consistent with our other constant classes.