Skip to content

Instantly share code, notes, and snippets.

@morten-olsen
Created July 23, 2014 01:27
Show Gist options
  • Save morten-olsen/59aa5b179e8e79307886 to your computer and use it in GitHub Desktop.
Save morten-olsen/59aa5b179e8e79307886 to your computer and use it in GitHub Desktop.
function foo() {
return {
hello: 'world'
};
}
function bar()
{
return
{
hello: 'world'
};
}
@morten-olsen
Copy link
Author

Why coding standards matters

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