-
Notifications
You must be signed in to change notification settings - Fork 11
Code Style
Andrey Kurilov edited this page Nov 29, 2016
·
11 revisions
- Indent code with TAB having width of 4 characters
- Code line width: 100 characters
- Long line example:
x
)- If something may be declared as final it should be declared as final
- The sole class implementing the interface X usually has a name BasicX
- Overview
- Deployment
- User Guide
- Troubleshooting
- Reference