What and how
What makes a piece of code easy to read? Suppose you have a piece of code, say, a function. And you see this for the first time. What makes it easily readable? I think the main readability characteristic is the extent to which the code conveys its intent. What does it want to achieve? We…