Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
+ cursory style guide application to entire ender source.
Browse files Browse the repository at this point in the history
+ The source is exploding now and no tests pass :P
+ This also includes addition of comments suggestion by jdalton

+ todo: get code passing
+ todo: write more testsss horray
  • Loading branch information
fat committed Jul 1, 2011
1 parent bc84cba commit eaea4e0
Show file tree
Hide file tree
Showing 7 changed files with 694 additions and 535 deletions.
5 changes: 5 additions & 0 deletions doc/styleguide.md
Expand Up @@ -346,3 +346,8 @@ so that's where they belong.
function callback () { ... } //installs packages

```

## SMALL LITTLE NITS

- **RULE**: No spaces around brackets: ['foo', 'bar', 'baz']
- **RULE**: Single quotes > double quotes

0 comments on commit eaea4e0

Please sign in to comment.