© Vaskaran Sarcar 2020
V. SarcarDesign Patterns in C#https://doi.org/10.1007/978-1-4842-6062-3_29

29. AntiPatterns

Vaskaran Sarcar1 
(1)
Garia, Kolkata, West Bengal, India
 

The discussion of design patterns cannot be completed without discussing antipatterns. The following chapter covers a brief overview of antipatterns. Let’s start.

Overview

In real-world application development, sometimes you may follow some approaches which are very attractive at the beginning, but in the long run, they create problems. For example, you may try to get a quick fix to meet a delivery deadline. But if you are not aware of the potential pitfalls, you may need to pay a big penalty for those mistakes.

Antipatterns alert you about the common mistakes that can lead a problem ...

Get Design Patterns in C#: A Hands-on Guide with Real-world Examples now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.