cloud-software-foundation / c5

c5
Apache License 2.0
12 stars 8 forks source link

Better typing in C5ServerConstants #266

Open joshua-g opened 10 years ago

joshua-g commented 10 years ago

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.

joshua-g commented 10 years ago

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]".