Skip to content

Commit

Permalink
Merge pull request #1 from vaeylon/master
Browse files Browse the repository at this point in the history
Added use of ternary in the list
  • Loading branch information
madrobby committed Sep 13, 2012
2 parents cf8328d + 912ce36 commit faaa3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -15,6 +15,7 @@
* Use comments to describe non-obvious code behavior
* Don't write comments that do not add to code understanding
* Optimize for performance only if there's a measureable problem
* Use ternary when it is simple enough as to not make code difficult to understand

## Pragmatic JavaScript

Expand Down

0 comments on commit faaa3ab

Please sign in to comment.