What's in a name? "A rose by any other name would smell as sweet" is a famous quote from William Shakespeare's classic Romeo and Juliet, but sorry to say, name matter a lot in programming and coding. It's also said that code is the best document for any software because any other document or comments can become outdated quickly, but code will always tell you the truth. And, If code is the best document then names are the most critical element of it. Every effort, small or big, invested while naming variables or methods, pays in both the short term and long term. In fact, if you ask me just one coding practice to follow, I would definitely recommend giving meaningful names to your variables and methods.
Read more »
0 Yorumlar