Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

*DO NOT USE AN AUTOMATIC FORMATER FOR COMMENTS !!!* People spend a lot of time making their comment looks like pretty, so if you just format them, you will have to recover the previous comments... 

Imports 

Always declare all the classes you import, do not use x.y.* 

What else ? 

Well, this was a very short introduction about coding rules. Use commen sense, look at what you see around you when adding some code, ask people about format, if you have a question.

...