evade -> avoid

This commit is contained in:
Brent Guffens 2018-01-19 14:27:29 +01:00 committed by GitHub
parent d245e4f10f
commit cdf7aac0b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,7 +172,7 @@ Good comments allow us to maintain the code well, come back to it after a delay
- Function usage.
- Important solutions, especially when not immediately obvious.
**Evade comments:**
**Avoid comments:**
- That tell "how code works" and "what it does".
- Put them only if it's impossible to make the code so simple and self-descriptive that it doesn't require those.