const DAYS_IN_YEAR = 365
const CENTIMETERS_IN_METER = 100

“extract constants” “magic numbers”

it’s OK to inline the obvious. Stop making me jump around the code for no reason