You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Another alternative/addition to just a straight style guide would be to provide a code format for standard java editors:
The text was updated successfully, but these errors were encountered: