Search code examples
try{} catch(Exception e){} VS try{} catch(Exception e){ throw;} - What the difference?...


c#anti-patterns

Read More
Antipatterns, refactoring C# code sample...


c#refactoringanti-patterns

Read More
Reducing the complexity of the code...


javarefactoringanti-patterns

Read More
Is merging two tables that inherit from the same class a bad idea?...


inheritancedatabase-designanti-patterns

Read More
Too many arguments in object containing functions anti-pattern?...


javascriptnode.jsdesign-patternsanti-patterns

Read More
How to avoid circular dependencies in validation module...


pythonvalidationanti-patterns

Read More
Naming of an algorithmic antipattern...


namingcomplexity-theoryanti-patterns

Read More
Hand off instance before constructor returns...


c#constructoranti-patterns

Read More
WPF smart UI anti-pattern : How much logic processing is appropriate in XAML?...


wpfxamlmvvmanti-patterns

Read More
Extending promise pattern?...


javascriptdesign-patternsdeferredanti-patterns

Read More
Why the Service Locator is a Anti-Pattern in the following example?...


phpzend-frameworkdependency-injectionanti-patternsservice-locator

Read More
Update fields from superclass...


javaoopdesign-patternsanti-patterns

Read More
What is better: same installer for 32/64 bit or different?...


installation32bit-64bitanti-patterns

Read More
What is the name of this bad practice / anti-pattern?...


c#anti-patterns

Read More
Java design-pattern suggestion needed. (Handler with static parameters and methods)...


javadesign-patternsanti-patternsobject-oriented-analysis

Read More
Using Ninject and binding a default implementation while avoiding the dreaded Service Locator anti-p...


dependency-injectionninjectioc-containeranti-patternsservice-locator

Read More
Is using exceptions for normal control flow a practice to be discouraged or not?...


coding-stylescalabilitydesign-patternsanti-patterns

Read More
When to use nested controllers instead of services in angularjs?...


angularjsanti-patternsgod-object

Read More
Can I use Ninject to inject dependencies into attributes rather than using the service locator patte...


asp.net-mvcninjectanti-patternsservice-locator

Read More
Is Java object containing null variables an anti-pattern? If so which one?...


javaanti-patterns

Read More
Calling a static method given an instance...


javadesign-patternsinheritanceanti-patterns

Read More
Propel peer static classes: how to avoid to write duplicated code?...


phpstatic-methodsfactorypropelanti-patterns

Read More
Design patterns - anti pattern call super - avoid or keep...


phpdesign-patternsanti-patterns

Read More
Is the arrow anti pattern a standard in Scala...


scalacoding-stylenestedstandardsanti-patterns

Read More
Pattern or antipattern: Using property of value as key in Dictionary/Hashmap...


design-patternsdictionaryhashmapanti-patterns

Read More
Are void return methods that change the state of their argument an anti-pattern?...


unit-testingmockinganti-patterns

Read More
Are subversion externals an antipattern?...


svnversion-controlanti-patternssvn-externals

Read More
Are single implementer interfaces for unit testing an antipattern?...


.netunit-testinginterfacemockinganti-patterns

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


javaexceptionanti-patterns

Read More
Property initialisation anti-pattern...


c#design-patternsinitializationanti-patterns

Read More
BackNext