CIS 150 Coding Standard

Different instructors, like different organizations, have their own coding standards which you must follow. In general, these tend to be very similar to each other and usually reflect industry standards. We want you to code in a style that is recognized and respected in the field. We also want your code to be easy to read, debug, and maintain. The coding standards help to achieve these goals.

Basic program structure

Your programs should be organized as follows:

Documentation

Capitalization and naming

Indentation

White space

Miscellaneous