7yl4r / the-oregon-trajectory

:rocket: The Oregon Trail -- in SPAAACE!
http://7yl4r.github.io/the-oregon-trajectory/
GNU Affero General Public License v3.0
17 stars 6 forks source link

replace hardcoded strings with constants in a global file #53

Open 7yl4r opened 9 years ago

7yl4r commented 9 years ago

there are a few hardcoded string literals we're using which should really be enums, and I have tossed in a few constants which I usually USE_ALL_CAPS_FOR.

We should pull all these into a global configuration file somewhere and then import it using require().

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.