Book Image

Learning Selenium Testing Tools - Third Edition

Book Image

Learning Selenium Testing Tools - Third Edition

Overview of this book

Table of Contents (22 chapters)
Learning Selenium Testing Tools Third Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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