Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in anti-patterns

Why is "call super" considered an anti-pattern according to Wikipedia? [closed]

When to use nested controllers instead of services in angularjs?

Are single implementer interfaces for unit testing an antipattern?

Worst Abstraction Inversion

Change value of parameter inside method, is this an anti-pattern?

c# anti-patterns

Need refactoring ideas for Arrow Anti-Pattern

Is replacing a list element an anti-pattern?

list f# anti-patterns

How do I NOT use DependencyResolver.Current.GetService(...) in this situation

If Singletons are so bad, why does Scala have language support for them? [duplicate]

Bad real-world database schemas

`return $this;` design pattern or anti-pattern?

Performance anti patterns

performance anti-patterns

Error codes within exception vs exceptions hierarchy

I'm in an anti-pattern and I want to get out

The "Enum as immutable rich-object": is this an anti-pattern?

Why is double-checked locking broken in Java?

A Factory Pattern that will satisfy the Open/Closed Principle?

Anemic Domain Model's vs. Domain Model in a simple domain driven design

Is Domain Anaemia appropriate in a Service Oriented Architecture?

Can the Diamond Problem be really solved?