Some of the constants in C5ServerConstants could use types that convey more information, or add more flexibility. For instance, paths could be represented as Path, instead of String.
If/when #272 is resolved, the "constants" will actually be determined by some kind of configuration system. Then this issue will become "Better typing in [whatever configuration system we end up using]".
Some of the constants in C5ServerConstants could use types that convey more information, or add more flexibility. For instance, paths could be represented as Path, instead of String.