Skip to content

Commit

Permalink
Update coding-conventions.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored May 28, 2024
1 parent 54b5ba2 commit 7424381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/coding-conventions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ A https://gist.github.com/wojteklu/73c6914cc446146b8b533c0988cf8d29[summary] can

Most important explicit aspects are:

* Do not push out-commented code (see also https://rules.sonarsource.com/java/RSPEC-125/[RSPEC-125] rule from SonarQube)
* Do not push out-commented code (see also https://reconvolution.blogspot.com/2017/12/dont-pollute-codebase-with-commented-out-code.html[rationale] and https://rules.sonarsource.com/java/RSPEC-125/[RSPEC-125] rule from SonarQube)

== Catching and handling Exceptions
When catching exceptions always ensure the following:
Expand Down

0 comments on commit 7424381

Please sign in to comment.