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.
Asked
Active
Viewed 1,594 times
3
-
Big than you for asking non-constructive questions on stackoverflow - they are most valuable. – amuliar Aug 04 '18 at 19:43
5 Answers
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

Kennie Nybo Pontoppidan
- 61
- 1
- 3
2
The Daily WTF is always a good place to find some choice examples of antipatterns.

P Daddy
- 28,912
- 9
- 68
- 92