We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b735b2 commit fdf3447Copy full SHA for fdf3447
documentation/coding-conventions.asciidoc
@@ -453,7 +453,7 @@ else
453
doThat();
454
System.err.println("that");
455
----
456
-Now, it gets hard to see that the last statement is always executed independent on the condition.
+Now, it gets hard to see that the last statement is always executed independent of the condition.
457
Maybe that should actually go only to the else block as we can guess from the indentation.
458
If you always use curly braces this cannot happen and the code is easier to read:
459
[source,java]
0 commit comments