Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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?

nodejs auto refresh view after database updates

How to merge two functions with same conditions?

c++ design-patterns

Replacing if else statement with any design pattern or better approach

c# oop design-patterns

Should we save/update models in repository pattern?

Choosing the right subclass to instantiate programmatically

C++ OOP: Which functions to put into the class?

c++ design-patterns

Rewriting a conditional statement in Java

Good practice for choosing an algorithm randomly with c++

Encapsulating a service call within an domain object method