mirror of
https://github.com/ryanmcdermott/clean-code-javascript.git
synced 2025-04-08 06:51:48 +08:00
Update README.md
Small grammar correction.
This commit is contained in:
parent
54492ac43c
commit
ba9797eb93
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user