Code style

Revision as of 15:59, 29 November 2014 by WikiFreak (talk | contribs) (Created page with " When it comes to source code, it's important to follow conventions so the next developer can read and understand your code easily! I do follow the '''google style guides'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


When it comes to source code, it's important to follow conventions so the next developer can read and understand your code easily!


I do follow the google style guides.


How to use Google style

Download the eclipse-java-google-style.xml

Formatter

  • Window → Preferences → Java → Code Style → Formatter
  • Import the file by selecting Import