Skip to content

Instantly share code, notes, and snippets.

@potch
Last active August 29, 2015 14:12
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save potch/f0fdbff76ffed3bdf42d to your computer and use it in GitHub Desktop.
Save potch/f0fdbff76ffed3bdf42d to your computer and use it in GitHub Desktop.
2015 JavaScript Style Guide
// Bad
"Your Framework Sucks."
// Bad
"Browserify? Have you heard about WebPack?"
// Bad
"Ember vs Angular: 10 Things You Should Know"
// Good
"Look at the cool thing I made!"
// NEVER do this.
"Considered Harmful"
// Coding Style: Semicolons? CoffeeScript?
"Who fucking cares? Let's make cool things together."
@isRuslan
Copy link

isRuslan commented Jan 2, 2015

Additional.

// (ಠ_ಠ)
"Grunt? No dude, use Gulp."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment