-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
We need to have a standard set of guidelines regarding coding style.
For e.g, https://google.github.io/styleguide/javaguide.html
It need not be a publicly accepted one too, but we need to put the styles we follow somewhere.
Problems if we don't -
- Git will unnecessarily diff changes in indentations if auto-formatting/opening file in an editor which auto-formats
- Non-uniform readability
- Doc-generation from code - I don't know if there are javadocs for current codebase, but these tools require a standard code style.
Metadata
Metadata
Assignees
Labels
No labels