Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Is it a best practice to use inheritance in the spring service layer?

java spring design-patterns

Is there a circular dependency between an collection and its iterator?

How to automatically create (e.g.) singleton with c# using CodeDOM / T4 / PostSharp / whatever?

Unit Testing pattern

Share code between fragments

Real advantage of Factory Pattern [closed]

java design-patterns

Design Pattern - Event Handling [closed]

How to do i eliminate Switch statement?

Castle Windsor and how to avoid service locator pattern?

C++: recommended design pattern for subsets of class functionality?

Design pattern in Symfony2: is EventDispatcher a Mediator or Event Aggregator?

Design Pattern for Complete Synchronisation of two Identical Relational Databases

OOP Class being an Observerable and Observer

java oop design-patterns

Where do long running, stateful 'services' fit in DDD?

Refactor factory without violating Open Close Principle

which design pattern is used for TestRunner class in junit

java design-patterns junit

Recommended way to handle problems/errors in algorithms

Observer Pattern in PHP - Correct Practice for Different Events

Replace casting with better pattern

c# design-patterns casting

Organizing a solution, need tips

c# design-patterns