Skip to content

Instantly share code, notes, and snippets.

View antrix190's full-sized avatar
🎯
Open to Collaborate.

Antariksh antrix190

🎯
Open to Collaborate.
View GitHub Profile
@antrix190
antrix190 / Java Best Practises
Last active April 12, 2018 19:16
Java Best Practises
General Idea
The main goal of the recommendation is to improve readability and thereby the understanding and the maintainability and general quality of the code.
Naming Convention
There's no "one" correct answer here. Naming is quite subjective but what matters the most is that it should be consistent throughout the code base.