Variable name size
Posted: Mon Jul 02, 2007 9:40 am
I like to use long variable names, like read_input_voltage_portA, as it makes the variables easier to understand. Does this make the Hex code bigger? Or does it loose the long names during compilation and replace them all with something short and cryptic like Variable 1, Variable 2, instead of the names?