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
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.
The text was updated successfully, but these errors were encountered:
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 -
The text was updated successfully, but these errors were encountered: