Bug Pattern

last modified: September 2, 2004

From the book BugPatternsInJava by EricAllen

BugPatterns (coined by EricAllen) are technically AntiPatterns, but are specifically those AntiPatterns which commonly lead to behavioral bugs in your code. They are at a lower level than, say, DesignAntiPatterns, or OrganizationalAntiPatterns.

See PetBug.


Loading...