search menu icon-carat-right cmu-wordmark

Java Coding Guidelines for Reliability

Article
In this sample chapter, the authors describe how to avoid obscure techniques and code that is difficult to understand and maintain when programming in Java.
Publisher

Pearson Education, Informit

Abstract

The Java language allows a great deal of flexibility in the ways in which it is used, but some of these uses can lead to obscure techniques and code that is difficult to understand and maintain. By following these guidelines, you will produce code that is less prone to bugs and runtime failure.