Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShulV authored Nov 23, 2023
1 parent 8face44 commit 026ea47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ logger.atInfo().log("Image info created: [image_info_id = '{}']", imageInfo.getI
```

### Hot to name JSON keys:
someName (camelCase)
Why? Many JSON libraries (in Spring Framework), such as Jackson, support this format out of the box.
"some_key_name": "value" (snake_case)
P.S. many JSON libraries (in Spring Framework), such as Jackson, support camelCase format out of the box.
But snake_case is more convenient to read now.

### Size of methods and classes:
The maximum length of methods is 100 lines. The maximum class length is 1000 lines.
Expand Down

0 comments on commit 026ea47

Please sign in to comment.