Coding Requirements for CS 270 (Fall 2008)

Just "getting it to work" is not enough in the real world, and it is not enough for this class either. Your programming assignments will be graded based on coding style and on whether you have a unit test for every function.

Code Style

You will be graded for the style of programming on this assignment. A few requirements for style are given below. These guidelines for style will have to be followed for all the programming assignments, so read them carefully.

Unit Testing

Except for in PA0 and unless otherwise specified, each function you write will need a unit test written for it. The unit test will be a main function in a file with the name test_funcname, where funcname is the name of the function being tested. The provided Makefiles make compiling and running the unit tests automatic.


mstrout@cs.colostate.edu .... August 14, 2008