Whenever you write code, other people will read it. It's true in the classroom, at EDT, and with any commercial or "just for fun" project. It means that your code must to be readable. It also needs to be usable, testable, changeable, and fixable. Seems obvious, or is it?
Next Thursday, September 17, you will have a chance to learn the ABC's of clean code. You will see how to name variable, what a good function is, and how to comment source code. This won't be a class on software architecture, but a basic introduction to the art of programming - the first step to better software.