Variables
In programming variables contain values that can be changed. For example a variable can be current speed of the car.
Naming of variables needs to make sense. Naming a variable with a short name such as b will work, however it will not be descriptive.
Typing variables names need to adhere to one specific variable naming standard. There are multiple variable naming standards available.
Comments
Post a Comment