-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
Milestone
Description
Recently I've had a few requests for code style changes on PRs and it would be nice to have some sort of code style guide for the project to reference. Some things that could be documented are:
- Package structure
- Class naming schemes
- Variable naming schemes
- Indentation
- Javadoc style suggestions
Another alternative/addition to just a straight style guide would be to provide a code format for standard java editors:
- Eclipse
- Netbeans
- IntelliJ