Skip to content

Instantly share code, notes, and snippets.

@franleplant
Created February 9, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franleplant/84ec446a3d4016081aa5 to your computer and use it in GitHub Desktop.
Save franleplant/84ec446a3d4016081aa5 to your computer and use it in GitHub Desktop.
Blog ideas!

Unique Javascript Code Style!

Why?

  • It will enable automatic formatting tools (like go's fmt)
  • It will take away trivial questions to be answered by developers (should i put a space before () in a function declaration?)
  • It will boost productivity
  • It will make js development easier by not buthering devs about it
  • It will make js code homogeneous (in this matter)

Working example

Go's fmt is awesome! it works with Vim and with other text editors/IDE, we should learn more about it.

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