Style guide

Issue #329 new
Benjamin Cordes created an issue
  • variable name convention (exampleVariable)
  • capitalize final variables
  • Java doc comments for all major classes
  • not null as return or function argument
  • if error appears function returns

http://www.oracle.com/technetwork/java/codeconvtoc-136057.html