Coding habits every java developer should follow

Project Structure

Use proper naming conventions

Never leave a catch blocks empty

Class members must be accessed privately

Avoid redundant initializations while writing code

Avoid unnecessary objects creation

Hardcoding

Logging

Explore More