Search code examples
Why is appending to the innerHTML property bad?...


javascripthtmlinnerhtmlanti-patterns

Read More
When can a design pattern make your software worse?...


design-patternsseparation-of-concernsanti-patterns

Read More
Extending singletons in PHP...


phpinheritancesingletonanti-patterns

Read More
How do you refactor a God class?...


classrefactoringanti-patternsgod-object

Read More
Building app and Anti pattern (distributed monolith...)...


architecturemicroservicesanti-patternsmonolithic

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


javaejbdtoanti-patternsdata-transfer-objects

Read More
Most Pythonic Way to Run a Process X Times...


pythonloopsanti-patterns

Read More
How to create many singleton instances for a generic class?...


javadesign-patternssingletonanti-patternsmultiton

Read More
Whether to use nested function for better readability in composables or not?...


kotlinandroid-jetpack-composeanti-patternsnested-functioncomposable

Read More
How to block users from closing a window in Javascript?...


javascriptdom-eventsanti-patterns

Read More
Sequential coupling in code...


oopanti-patterns

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


bashshellanti-patterns

Read More
Singleton is design-pattern or anti-pattern?...


design-patternssingletonanti-patterns

Read More
How can i reduce an Arrow head type if statement with 3 different else`s?...


javaif-statementanti-patterns

Read More
What is the jargon or area of study for this type of code (non-compliant, non-conforming)?...


javascriptcomputer-sciencestandardsanti-patternsstandards-compliance

Read More
How to fix React Warning : Can't perform a React state update on an unmounted component...


reactjswarningsanti-patterns

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


c#dependency-injectionninjectanti-patternsservice-locator

Read More
Reducing Java code-duplication when iteratively applying an operation on a list until stable...


javacode-duplicationredundancyanti-patterns

Read More
Is using a database wrapper microservice an anti-pattern?...


databasemicroservicesanti-patterns

Read More
How to make a sample that shows the 'Props are overwritten when re-rendering' anti pattern...


javascriptvue.jsmutationanti-patternsvue-props

Read More
Where did variable = null as "object destroying" come from?...


c#.netdesign-patternsanti-patterns

Read More
Is Domain Anaemia appropriate in a Service Oriented Architecture?...


design-patternssoaanti-patterns

Read More
What to do about a 11000 lines C++ source file?...


c++version-controllegacy-codeanti-patterns

Read More
Is ServiceLocator an anti-pattern?...


design-patternsdependency-injectionanti-patternsservice-locator

Read More
Why is "log and throw" considered an anti-pattern?...


loggingexceptionanti-patterns

Read More
What is an anti-pattern?...


design-patternsterminologyanti-patternsooad

Read More
Is there an alternative to Template Method pattern when using common logic?...


javaoopdesign-patternsabstract-classanti-patterns

Read More
Why inject the entire DbContext instead of just the necessary DbSets?...


c#entity-frameworkdependency-injectionanti-patterns

Read More
Is it an anti-pattern to use variables the outside of React function component?...


reactjsanti-patterns

Read More
Can code that produces deep call stacks be considered as an anti-pattern?...


llvmcallstackanti-patterns

Read More
BackNext