= Coding Conventions = * shift-ctrl-F (auto-format) * Make comments often about WHY, not what, you are doing * Javadocs for EVERY SINGLE METHOD you have made * What it does * Why it is happening * Define each parameter