LiveScript-style-guide
LiveScript-style-guide copied to clipboard
Constants
What's the preferred style?
MY_CONSTANT = 1
const MY_CONSTANT = 1
const my_constant = 1