Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in anti-patterns

Wrappers/law of demeter seems to be an anti-pattern

Using Ninject and binding a default implementation while avoiding the dreaded Service Locator anti-pattern

C++ Help on refactoring a monster class

Is a check like isInUnitTest() an antipattern?

If the constant interface anti-pattern is such a crime, why does Swing do it?

Name of the anti-pattern of keeping old obsolete code around

terminology anti-patterns

Is grouping multiple @Service and @Repository classes into wrappers an anti-pattern?

DI Control-Freak anti-pattern: Having trouble understanding

Is Java object containing null variables an anti-pattern? If so which one? [closed]

java anti-patterns

Is using D string mixins for code reuse an anti-pattern?

Why defining properties in the prototype is considered an antipattern

Dependency Injection - use with Data Transfer Objects (DTOs)?

What types of coding anti-patterns do you always refactor when you cross them?

refactoring anti-patterns

what is the difference between bloated class and tagged class?

Do these database design styles (or anti-pattern) have names?

Are try/catch for every single statement that throws an exception considered an anti-pattern?

Can a C# property accept multiple values?

Abuse of Closures? Violations of various principles? Or ok?

Is this an anti-pattern?