Skip to content

03. Coding conventions

Ilkka Seppälä edited this page Nov 11, 2019 · 7 revisions

Formatting

The code should be formatted according to Google Java Style Guide.

The coding conventions are automatically checked with Maven Checkstyle plugin.

After installing the Checkstyle plugin to your IDE, the ruleset is available as "Google Checks".

Commit messages

The commit message should follow the pattern #ISSUENUMBER MESSAGE. For example #344 Add logger for output. In general you should always have an issue that the commit is trying to resolve.