Techniques for readable, maintainable code
x

Why readable code matters

Source code is the human-written version of a program. It is written for the computer to run, but it is also read by teachers, teammates, examiners, and future you.

Techniques for readable, maintainable code Lesson