Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in anti-patterns

Which value is of higher precedence, updatePeriodMillis or the value associated with the Alarm?

Are there valid reasons to hold data internally as XML?

What type should Struts ActionForm properties be?

Is the actor model not an anti-pattern, as the fire-and-forget style forces actors to remember a state?

Why are Callbacks from Promise `.then` Methods an Anti-Pattern

Sequential coupling in code

oop anti-patterns

Is an instance wrapper around a static class for the purpose of DI an anti pattern?

C#: Enum anti-patterns [closed]

Which is more evil: an unnecessary singleton or a God Object?

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