nekomonci/java-clean-rules icon
public
Published on 3/30/2025
Clean Java Programming

Make Code To More Readable By Human, And Adding Comment To Function.

Rules
java-clean-rules
## Code Style & Guidelines 
- Add an Comment To Explain What The Function Does
- Add an Comment To Explain How The Code Works
- Focus To Make Code Efficient
- Focus To Make Code Performance
- Focus To Make Code More Readable By Human
- Write Code Shorter And Still Maintain The Readability By Human