Skip to content

Commit

Permalink
Merge pull request ryanmcdermott#86 from Asheboy/less-fewer-grammar
Browse files Browse the repository at this point in the history
Corrects usages of less for fewer
  • Loading branch information
ryanmcdermott authored Jan 9, 2017
2 parents d59f32e + 86036b5 commit 8e469db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Software engineering principles, from Robert C. Martin's book
adapted for JavaScript. This is not a style guide. It's a guide to producing
readable, reusable, and refactorable software in JavaScript.

Not every principle herein has to be strictly followed, and even less will be
Not every principle herein has to be strictly followed, and even fewer will be
universally agreed upon. These are guidelines and nothing more, but they are
ones codified over many years of collective experience by the authors of
*Clean Code*.
Expand Down Expand Up @@ -194,7 +194,7 @@ function createMicrobrewery(name) {
**[ back to top](#table-of-contents)**

## **Functions**
### Function arguments (2 or less ideally)
### Function arguments (2 or fewer ideally)
Limiting the amount of function parameters is incredibly important because it
makes testing your function easier. Having more than three leads to a
combinatorial explosion where you have to test tons of different cases with
Expand Down

0 comments on commit 8e469db

Please sign in to comment.