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().
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.