Code styling

To prevent unnecessary code (tabs versus spaces, number of characters per line…) we have defined an editorconfig for IntelliJ IDEA. You can find more info here about its use.

Some tips to keep the code clean and readable:

  • Short methods with a clear name
  • Use SonarLint to get improvement tips while code
  • Use shortcuts
    • CTRL+ALT+L: Reformat code
    • CTRL+ALT+O: Optimize imports