try{} catch(Exception e){} VS try{} catch(Exception e){ throw;} - What the difference?...
Read MoreAntipatterns, refactoring C# code sample...
Read MoreReducing the complexity of the code...
Read MoreIs merging two tables that inherit from the same class a bad idea?...
Read MoreToo many arguments in object containing functions anti-pattern?...
Read MoreHow to avoid circular dependencies in validation module...
Read MoreNaming of an algorithmic antipattern...
Read MoreHand off instance before constructor returns...
Read MoreWPF smart UI anti-pattern : How much logic processing is appropriate in XAML?...
Read MoreWhy the Service Locator is a Anti-Pattern in the following example?...
Read MoreWhat is better: same installer for 32/64 bit or different?...
Read MoreWhat is the name of this bad practice / anti-pattern?...
Read MoreJava design-pattern suggestion needed. (Handler with static parameters and methods)...
Read MoreUsing Ninject and binding a default implementation while avoiding the dreaded Service Locator anti-p...
Read MoreIs using exceptions for normal control flow a practice to be discouraged or not?...
Read MoreWhen to use nested controllers instead of services in angularjs?...
Read MoreCan I use Ninject to inject dependencies into attributes rather than using the service locator patte...
Read MoreIs Java object containing null variables an anti-pattern? If so which one?...
Read MoreCalling a static method given an instance...
Read MorePropel peer static classes: how to avoid to write duplicated code?...
Read MoreDesign patterns - anti pattern call super - avoid or keep...
Read MoreIs the arrow anti pattern a standard in Scala...
Read MorePattern or antipattern: Using property of value as key in Dictionary/Hashmap...
Read MoreAre void return methods that change the state of their argument an anti-pattern?...
Read MoreAre subversion externals an antipattern?...
Read MoreAre single implementer interfaces for unit testing an antipattern?...
Read MoreAre try/catch for every single statement that throws an exception considered an anti-pattern?...
Read MoreProperty initialisation anti-pattern...
Read More