Update article.md

This commit is contained in:
Patrick Silvestre 2019-09-16 02:08:16 -07:00 committed by GitHub
parent 646989dd47
commit 611c0fa10c
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.