99.9k views
1 vote
Why coding conventions are important? Compare the coding conventions of JAVA.

1 Answer

5 votes

Answer:

Naming conventions make programs more understandable by making them easier to read. They can also give information about the function of the identifier-for example, whether it's a constant, package, or class-which can be helpful in understanding the code.

User Mostafa Hussein
by
5.3k points