The discussion of design patterns is not complete without discussing anti-patterns. This chapter covers a brief overview of anti-patterns. Let’s start.
Overview
In real-world application development, some approaches are very attractive at the beginning, but in the long run, they create problems. Consider the case when you try to get a quick fix to meet a delivery deadline. If you are not aware of the potential pitfalls, you may pay a big penalty.
Anti-patterns alert you to common mistakes by describing how attractive approaches ...