What is a feature of readable code?
The code is interesting to read.
The code uses meaningful names for variables, procedures, and classes.
The code is all aligned to the left margin.
The code is as compact as possible to save space.