Correct Programming Style

Your first set of programs are very short and simple. However, after that, your programs are going to be quite a bit more complicated and harder to read. In the professional world, your employer will want you to create code that is easy to read and understand because others will probably need your code to anaylze.

Well, you're not in the professional world yet, but your TA does need to anaylze your code. And if your TA can't read it because it is formatted poorly and commented poorly, then your TA won't be happy. And when the TA ain't happy (sing along), ain't nobody happy!

Some guidelines to keep your TA happy:

Commenting and style add up to a total of 30 points on each project grade.


<---- TAKE ME BACK TO CS1

John Escobar