alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 736 forks source link

Style Guide #94

Closed knowlsie closed 7 years ago

knowlsie commented 7 years ago

I've been considering improving the code style and comments, as the current style isn't great. Is there a particular style guide that you would you like me to use?

ghost commented 7 years ago

This one: https://github.com/google/styleguide 👍

Also thank you

knowlsie commented 7 years ago

Got it. I did a thing with Airbnb's because I had time to spare, but I'll move it over to Google's when I get time in the next couple days.

knowlsie commented 7 years ago

@bclement-amazon https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/pull/96 is updated.

feedm3 commented 7 years ago

Very good job @knowlsie 👍

ghost commented 7 years ago

@knowlsie - wow. this is awesome! You're fast. I'm going to take some time to play with this, and then we'll get your commit reviewed.

Cheers!