Y
Hacker News
new
|
ask
|
show
|
jobs
by
hartator
2562 days ago
Oh, got you. I thought you were implying some conspiracy to kill conversation or something. Nvm.
1 comments
steveklabnik
2562 days ago
Ah, yeah, no worries! I was not :)
link
hartator
2562 days ago
It's actually an interesting thread. My take would have been to use comma when it's something we intend to modify, no comma when it's not. So intent is explicit.
Like:
STATES = [ :success, :error ] SUPPORTED_LANGUAGES = [ "en", "es", "fr", ]
link