How to maximize your program grade in CSC270

Your program will be graded on two factors: correctness and programming style.

Program correctness

Your program will be automatically compiled and run against test data sets. There are several important points.

How do I test my code?

Good testing of code is a learned skill. Generally, you need to look at your code and think of what types of data may cause it to fail and then test your program on that data. Generally, there are four types on inputs you must test.

Program style

The programming style of your code will count significantly to your grade. Simply getting your program to run correctly is not enough. Your code must also be simple, easy to read, and easy to understand. A short elegant solution will receive a higher grade than a long, convoluted solution. Please follow the style guidelines. Some key points are as follows.
Tristan Miller
Last modified: Wed May 15 01:06:37 EDT 2002