Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

How to avoid duplicated if statements

java design-patterns

Are there any good J2EE value list handler pattern implementations?

Is there a standard 3rd party Python caching class?

python design-patterns

C# Factory Pattern

In Presenter First, why is SubscribeSomeEvent method on an interface preferred to plain old events?

Is there a data storage pattern similar to mipmaps in graphics?

abstract method signature, inheritance, and "Do" naming convention

when to use the abstract factory pattern?

Locking an android phone (lock pattern or similar)

Will the Factory Pattern solve my problem?

c# design-patterns

Ways to handling huge transactions on any database?

Is there a name for this pattern?

difficult architectural problem involving recurring payments and future events

What is the best practices of making a repository class with EF4 code first?

Finding pattern in large binary file using C or C++?

What is the benefit of this .Net pattern

Observer pattern - when to

DRY singleton classes in rails service

Does an Anemic Domain Model mean you can't use utility/support classes as "helpers" for your domain model?

Which is the best way to add a retry/rollback mechanism for sync/async tasks in C#?