Warning 2.5.1.
Beginners sometimes confuse “meaningful to the human readers” with “meaningful to the computer”. They’ll wrongly think that because they’ve called some variable
average
or pi
, it will somehow automagically calculate an average, or automagically associate the variable pi
with the value 3.14159. No! The computer doesn’t attach semantic meaning to your variable names.