Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

It this an example of the Single Responsibility Principle?

XML Serialization is slow

Which is more evil: an unnecessary singleton or a God Object?

C++ Exception Design Pattern

In which layer should i put my repository?

Design patterns which separate datamodels and gui representation

Alternative to the Observable Pattern?

django: How do I hash a URL from the database object's primary key?

Is python @decorator related to the decorator design pattern?

Retry Pattern Vs fall back pattern in rest client

The best way to implement Factory without if, switch

Using EventStore in a CQRS "architecture" makes unnecessary the use of a message bus?

Collecting data from multiple ViewControllers in Swift

Give me a real-life, non-trivial use of the State Pattern

is there prettier syntax for a c++ iterator?

What is the big idea behind the AOP implementation

A cross-platform application WPF, ASP.NET, Silverlight, WP7, XAML

Implementing the value object pattern in D

Clear Singleton instance in Java

Does the Facade pattern violate SRP?