CS112 B1 Programming Homework Format Guidelines

(with thanks to Rob Pitts and Gene Itkis)

Grading criteria

While we do not require a very specific particular style, we do expect good and consistent style. Here are some details:

Comments

Structuring

Naming conventions

Global variables
Try to avoid global variables: for this, use the methods you learn in the course to structure your program.