GeekArticles
Testing
Testing MethodsBug Patterns : An Introduction
Author: www-106.ibm.com |
Published: 12th Aug 2005 |
Visited: 1032 times |
Add CommentFiled in: Testing MethodsThis premier article introduces the notion of bug patterns, an extremely useful concept that will increase your ability to detect and remedy bugs in your (Java) code.
Read Article Sponsored Links
Related Articles
• Factory Patterns - Delphi OOP Chapter 26 in Delphi OOP :: This chapter explores the Factory patterns, which, instead of changing an object’s behaviour, provide ways of creating different objects to suit run time requirements.
Read the ful ...
• The Facade Patterns - Delphi OOP Chapter 23 in OOP Course :: Chapter summary: Using delegation (in the form of composition or association) in implementing patterns; Using the Adapter pattern; Object and class Adapters; Using the Facade pattern ...