Merge pull request #1350 from pjsilvestre/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2019-09-18 12:50:32 +03:00 committed by GitHub
commit 7e9f902d58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -290,7 +290,7 @@ In other words, capital-named constants are only used as aliases for "hard-coded
Talking about variables, there's one more extremely important thing.
A variable name should have a clean, obvious meaning, describe the data that it stores.
A variable name should have a clean, obvious meaning, describing the data that it stores.
Variable naming is one of the most important and complex skills in programming. A quick glance at variable names can reveal which code was written by a beginner versus an experienced developer.