Skip to content

CodingStyle

Henry Haiying Cai edited this page Jan 14, 2015 · 12 revisions
  • Author: Henry
  • Reviewer: Yinan

Overview

The code formatting standard in this project is based on the Oracle/Sun Code Convention and Google Java Style.

Callout

The coding style is consistent with most of the open source projects with the following callout:

  1. Naming Conventions
  2. Import statement Do not use 'star' imports
  3. Indentation
  4. White space
  5. Comments
  6. Compound statements

Code Style Template File

  • Eclipse
  • IntelliJ
Clone this wiki locally