Skip to content

Commit

Permalink
Update STYLEGUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BigFunger committed Jul 27, 2015
1 parent a3656e0 commit 5bd342a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STYLEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Don't do this. Everything should be wrapped in a module that can be depended on

Prefer the use of function declarations over function expressions. Function expressions are allowed, but should usually be avoided.

Also, keep function definitions above other code instead of relying on function hoising.
Also, keep function definitions above other code instead of relying on function hoisting.

*Preferred:*

Expand Down

0 comments on commit 5bd342a

Please sign in to comment.