Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 523 Bytes

File metadata and controls

13 lines (9 loc) · 523 Bytes

What is an anti-pattern?

An anti-pattern is a common response to a recurring problem that is usually ineffective and risks being highly counterproductive. The term, coined in 1995 by Andrew Koenig, was inspired by a book, "Design Patterns", which highlights a number of design patterns in software development that its authors considered to be highly reliable and effective.

See also