Assignment Alignment
line up the operators. Use spaces, not tabs.
# Align these assignments x = 1 y = true z = 'you' foo = 'bar' long_name = "long variable value" $p3cial = ch4rs last = line # Much better!
# Align these assignments x = 1 y = true z = 'you' foo = 'bar' long_name = "long variable value" $p3cial = ch4rs last = line # Much better!