Skip to content

Commit

Permalink
java-rules: Mention SCREAMING_SNAKE_CASE
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Nov 30, 2023
1 parent dfd3b51 commit bf0d018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conventions/java/rules-fragment.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Line, AudioSystem
line, audioSystem
```

**{{ icon_level_basic }} Constant names must be all uppercase using underscore to separate words.**
**{{ icon_level_basic }} Constant names must be all uppercase using underscore to separate words (aka SCREAMING_SNAKE_CASE).**

```java
MAX_ITERATIONS, COLOR_RED
Expand Down

0 comments on commit bf0d018

Please sign in to comment.