Java Coding Standards

These are Java's official code conventions, which we will be following for this course:

It is a relatively short document and you should read through it at least once.

Below is a reminder checklist of the most important things to remember for this class:

Identifiers

Braces

White space

Documentation

Comments

Error messages

More Examples

For more examples and counter-examples, see:

Grading

Failing to follow coding standards will be subtracted from the 0.5 (max) for uploading a file.