Think before you write!
This is an important principle in programming. Though it is
tempting to jump right in and write the first line of code,
then the second, then the third, it is more important to
make sure that your high-level design makes sense before you
waste time writing the wrong code.
We'll practice this patience in the course as well, using
the first week to talk about high-level design issues,
only starting to use the computers after that.