|
The Java community and SUN have already made the effort of designing one main set of coding standards. Although following these SUN Code Conventions is not mandatory, it is widely adopted and recommended.
Therefore, when you are developing Java components for THE CODING MACHINE, we ask you to respect the SUN Code Conventions.
You can read SUN Code Conventions
here.
|
|
|
In order to ensure that the code is easily readable, there is one additional rule that must be respected by any developer:
Comments, variable, function, class and method names must be written in English.
THE CODING MACHINE brings together developers from all over the world. It is very important that we share a common language and that everybody can understand the meaning of a variable, a comment... therefore, every words used anywhere in the code should be English words.
|
|