3

I have heard a lot about anti patterns and would like to read a book on this,which book would you suggest for Anti patterns.

APC
  • 144,005
  • 19
  • 170
  • 281
Pranali Desai
  • 974
  • 1
  • 7
  • 22

5 Answers5

6

There actually is a book called AntiPatterns. The supporting website includes a good overview of its contents, so you can decide whether it is worth buying. Find out more.

APC
  • 144,005
  • 19
  • 170
  • 281
  • +1 for this book - it's really good. Especially the "lava flow" anti pattern - so so relevant for working on a code base that's been around for any length of time. – phatmanace Nov 06 '10 at 11:22
5

There is also this book specifically on sql anti patterns: SQL Antipatterns: Avoiding the Pitfalls of Database Programming by Bill Karwin

Read more at http://pragprog.com/titles/bksqla/sql-antipatterns

Matthieu
  • 4,605
  • 4
  • 40
  • 60
2

Anti-Patterns

geffchang
  • 3,279
  • 2
  • 32
  • 58
2

The Daily WTF is always a good place to find some choice examples of antipatterns.

P Daddy
  • 28,912
  • 9
  • 68
  • 92
1

Bug Patterns In Java

Denis K
  • 1,448
  • 1
  • 10
  • 17