Skip to content

Java Best Practises

fvandaalen edited this page Dec 6, 2022 · 4 revisions

An example project can be found in the java subfolder in this repository. It contains a readme with the various best practises for Java.

The best practises in Java provides an introduction to the following subjects:

Generic subjects:

  • Code style
  • Naming conventions
  • Object Oriented programming
  • Test Driven Development
  • Software Architecture

Java specific subjects:

  • System requirements for using a Java project
  • Advantages & Disadvantages of Java compared to other languages
  • Project management using Maven: -- Creating a project -- Dependency management -- Build process plugins, such as checkstyle and unit test plugins

Experts:

The following PhD's & PostDocs are experienced with Java and can be asked to help with generic programming questions:

  • Florian
Clone this wiki locally