CS 1344 (Fall 98)

Programming in C

Specific style and documentation pointers for Project 1I

 

These pointers are in addition to the pointers mentioned for project I

GENERAL FUNCTION GRADING:

  1. Function headers
  2. Function header should have:

    Function Name

    Description (3-5 lines)

    Called by

    Parameter explanations

  3. Number of code statements should not exeeding a page, excluding comments
  4. Incorrect parameter passing (Passing by reference, when by value is sufficient)
  5. Poor functional decomposition.
  6. SPECIFIC PROGRAM PENALTIES:

  7. Less than 6 functions implemented.
  8. At least one value returning function.
  9. At least one function that use reference parameters.

 

These are only a few pointers, you should follow the style elements mentioned in the Elements of Programming style for all your projects.