Though some parts are specific to Java, the following Coding Standards are general and cover the basic idea of good style for projects developed in most any programming language. See below for more targeted style guidelines specific to certain courses.
Any submitted code should be fully understood by all parties. Failure to do so will, again, be interpreted very negatively.
Example:
"""------------------------------------------------------------------Casey Jones September 8, 2044 Homework #1: Problem 1Command line arguments are two integers. Program makes sure both are positive and prints an informative result about whether or not either evenly divides the other. Collaboration: Hunter Smith helped me out on checking for positive numbers. Showed me how to correctly use variable & convert from args[0]. I helped Pat Guntz & Mars Zu with division versus modulus. They were confused about about how to call from math. ------------------------------------------------------------------ """