guyht / Glog

NodeJS and Git backed blogging engine
MIT License
52 stars 10 forks source link

Coffeescript? #23

Closed wlaurance closed 11 years ago

wlaurance commented 11 years ago

Any chance you want to convert glog to coffee?

guyht commented 11 years ago

To be honest, I am not a big fan of Coffeescript. I understand it has uses for people coming from a Ruby background, but imo, it can make debugging much harder, and, so long as you keep your JavaScript code nice and tidy, it does not add enough benefit to outweigh the cons. Purely a personal opinion.

wlaurance commented 11 years ago

No prob. I use it for a lot of my projects but I have no ruby background. I think I just got tired of writing 'function' all the time. Using coffee will make it hard for all node people to contribute anyways.