Skip to content

Commit

Permalink
Merge pull request ryanmcdermott#289 from justin0022/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ryanmcdermott authored Jan 21, 2020
2 parents 54492ac + ba9797e commit 2e808e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ createMenu({

This is by far the most important rule in software engineering. When functions
do more than one thing, they are harder to compose, test, and reason about.
When you can isolate a function to just one action, they can be refactored
When you can isolate a function to just one action, it can be refactored
easily and your code will read much cleaner. If you take nothing else away from
this guide other than this, you'll be ahead of many developers.

Expand Down

0 comments on commit 2e808e2

Please sign in to comment.