Bug Patterns in Java
โ Scribed by Eric Allen
- Book ID
- 127398397
- Publisher
- Apress
- Year
- 2002
- Tongue
- English
- Weight
- 461 KB
- Category
- Library
- ISBN
- 1590590619
No coin nor oath required. For personal study only.
โฆ Synopsis
Bug Patterns in Java presents a methodology for diagnosing and debugging computer programs. The act of debugging will be presented as an ideal application of the scientific method. Skill in this area is entirely independent of other programming skills, such as designing for extensibility and reuse. Nevertheless, it is seldom taught explicitly. Eric Allen lays out a theory of debugging, and how it relates to the rest of the development cycle. In particular, he stresses the critical role of unit testing in effective debugging. At the same time, he argues that testing and debugging, while often conflated, are properly considered to be distinct tasks. Upon laying this groundwork, Allen then discusses various "bug patterns"(recurring relationships between signaled errors and underlying bugs in a program) that occur frequently in computer programs. For each pattern, the book discusses how to identify them, how to treat them,and how to prevent them.
๐ SIMILAR VOLUMES
This third volume from Mark Grand features 38 design patterns for developing real-world Java distributed and enterprise applications. Some of the key concepts covered are reliable transaction processing, distributed objects, reliable message passing, concurrency management, object persistence, and c
A hands-on guide to design patterns for Java platform developers. * Pattern-based solutions for every stage of the development lifecycle * Documents 30 patterns, including the 23 core patterns for the Sun Certified Enterprise Architect exam * Describes pattern use within the Java APIs-inclu
Aimed at the intermediate or advanced Java developer, Design Patterns Java Workbook provides an in-depth and challenging look at 23 "classic" software patterns illustrated with Java examples.This title fills a valuable niche by reprising the well-known guide to patterns, Addison-Wesley's Design Patt
Software engineering and computer science students need a resource that explains how to apply design patterns at the enterprise level, allowing them to design and implement systems of high stability and quality. Software Architecture Design Patterns in Java is a detailed explanation of how to apply