Merge pull request #289 from justin0022/patch-1

Update README.md
This commit is contained in:
Ryan McDermott 2020-01-21 13:25:07 -08:00 committed by GitHub
commit 2e808e2694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.