-
Notifications
You must be signed in to change notification settings - Fork 3
Coding standards
Radosław Bucki edited this page Dec 3, 2022
·
4 revisions
- All things on this repository should be in English.
- Lines should have maximum 120 chars length.
- Variables and classes should be named according to the content.
- Use enums or const and avoid hardcoded texts in your code.
- DRY - Don't Repeat Yourself.
At the rest of things please apply to default Intellij Idea code format and use Ctr + Alt + L
or Code -> Reformat Code
before commit.
Opinion Collector Backend