Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Coding Guidelines

Marvin edited this page Aug 31, 2019 · 9 revisions

This is a small overview of guidelines regarding new and changed code.

Code style and conventions

All new and changed code must adhere to the Java Code Conventions from Oracle or the Google Java Style Guide.
We reserve to be lenient with existing code and arbitrary restrictions regarding row and column counts.

Use your IDE's formatter regularly. A code style file for IntelliJ exists and matches our preferred style.

Do's and Don'ts

Clone this wiki locally