Java coding standards

This section explains us on the importance of coding standards and why they are required.

Why are coding standards required?

Coding standards for Java are very important and play a major role in software development because they lead to a better consistency within the code of all developers. In turn, consistency leads other users to understand code easily, and makes it easier to develop, and maintain. Code that is difficult to understand and maintain leads the high risk of being scrapped and rewritten from scratch.

Note

To know about coding standards refer to the following link:

http://www.oracle.com/technetwork/java/javase/documentation/codeconventions-139411.html#16711

Get Learning Selenium Testing Tools - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.