Why should we follow standards
- 100% Fact : According to mine your written code is going to read or review more than 100 times by you or upcoming joiners in current project.
- You should give less effort to others to understand your program.
- So, it's good to give proper names, then it's helpful for a developer while,
■ Debugging the code
■ Updating the code
■ Adding the code
■ Understanding the code
- Naming Conventions follow for identifiers:
1. Package,
2. Class,
3. Interface,
4. Methods,
5. Variables
6. Constants
Note:
● If you didn't follow naming conventions then compiler will not give any error or exception.
Thanks for your time.
Thanks for your time.
Nireekshan