-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lack of code style convention #38
Comments
Hey... @cesarsotovalero, |
Hi @ABHAY0O7, Welcome!
I've already done it. But you can add documentation and fix Checkstyle warnings. |
Ya sure @cesarsotovalero, I am on it. |
Currently, the DepClean codebase lacks proper code style conventions. This makes the codebase messy and is overall bad for maintainability. The best way to mitigate this is by enforcing the use of strict code style rules.
Checkstyle is currently one of the best tools for this purpose. Configuring Checkstyle in DepClean will help newcomers to have a more clean codebase to work with.
The text was updated successfully, but these errors were encountered: