New posts in anti-patterns

Is global constants an anti-pattern?

Avoiding parallel inheritance hierarchies

How to prevent the arrowhead anti-pattern

What anti-patterns exist for JavaScript? [closed]

C# Antipatterns

Singleton in go

Javascript - if with asynchronous case

Counting lines or enumerating line numbers so I can loop over them - why is this an anti-pattern?

Are subversion externals an antipattern?

What is the most EVIL code you have ever seen in a production enterprise environment? [closed]

Python: is using "..%(var)s.." % locals() a good practice?

Why is Singleton considered an anti-pattern? [duplicate]

Why is "log and throw" considered an anti-pattern? [closed]

Design patterns to avoid [closed]

Any reason not to use '+' to concatenate two strings?

Why are data transfer objects (DTOs) an anti-pattern?

Is ServiceLocator an anti-pattern?

Singleton with Arguments in Java

Unit testing Anti-patterns catalogue

How to block users from closing a window in Javascript?