Chapter 9. Code Conventions

We are proud and passionate about super clean code. Wrap lines at 80 spaces and use real tabs equivalent to 4 spaces. Follow the Java Code Conventions and read The Elements of Java Style. And ABOVE all else, follow the precedence of the rest of the code.