The rules of the Java language
We follow standard conventions for the design of code in Java. We have added to them some of the rules:
We follow standard conventions for the design of code in Java. We have added to them some of the rules:
- Exceptions: never steal and do not ignore them without explanation.
- Exceptions: Do not use generic exceptions, but the code in the libraries at the root of the stack.
- Finalizers do not use them.
- Imports: fully qualify the imports.