hubotio / generator-hubot

Hubot generator for Yeoman
MIT License
155 stars 91 forks source link

Consider not using CoffeeScript #86

Closed strugee closed 7 years ago

strugee commented 7 years ago

CoffeeScript has kinda fallen out of vogue since Hubot was written. It makes debugging more challenging and plain JavaScript is waaaay more usable nowadays, making CoffeeScript much less compelling.

Perhaps this generator should stop generating modules and Hubots that use CoffeeScript.

technicalpickles commented 7 years ago

That's a good point. In fact, we have porting hubot to Javascript on our new ROADMAP

I'm going to close for now, but this will be revisited when we get closer to a release there.