Use Good Variable And Function Names

This tip submitted by prog-bman on 2004-12-29 00:00:00. It has been viewed 41590 times.
Rating of 5.6 with 271 votes



Use descriptive variable and function names. That describe what they do. This way when you look back at your code, you're not wondering what this "x" does or what the purpose of your funtion, "myFunction" is.



More tips

Help your fellow programmers! Add a tip!