Skip to content

Commit

Permalink
Change link to Java naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukama committed Apr 20, 2024
1 parent 244b8f7 commit 98b950a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ Where to put types and how to name them.

==== Naming Convention

If not explicit mentioned differently, we follow the https://en.wikipedia.org/wiki/Camel_case[`camelCase`] convention for naming classes and methods.
This means that everything is written without spaces, but every word starts with an upper letter, e.g. `DisableIfTestFailsExtension` (class name) or `handleTestExecutionException` (method name).

If not explicit mentioned differently, we follow the https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html[`Java naming conventions`].

==== Package Structure

Expand Down

0 comments on commit 98b950a

Please sign in to comment.