Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Abuse using and Dispose() for scope handling of not to be released objects?

c# using anti-patterns

Are set-only properties bad practice? [duplicate]

c# anti-patterns

Antipatterns with Ruby on Rails [closed]

"Master" associative table?

Why is it "wrong to require rubygems"?

ruby rubygems anti-patterns

Is using "out" bad practice

c# lambda moq anti-patterns

Secret Handshake Anti-Pattern

java anti-patterns

Is it in an anti-pattern to always use get and set methods to access a class's own member fields? [duplicate]

java anti-patterns

What's wrong with awaiting a promise chain?

PHP string constants overuse?

Is there ever justification for the "pseudo-typedef antipattern"?

java typedef anti-patterns

Is INTERPRETER an anti-pattern?

React anti pattern, defined a component inside the definition of another component