Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

In C#, should I use struct to wrap an object in order to fulfill additional interfaces?

Dependency injection in C#

c# .net c#-4.0 design-patterns

Is this a legitimate use of the Abstract Factory pattern?

php design-patterns

Null Object Pattern for FileInfo

Long list of if comparisons in java

Command Pattern Usefulness when using JComponents

In a CQRS architecture with no explicit read model, which handler updates the data store?

Static Factory: Java Design Issue

Java Swing modular color scheme

Ruby: Why instantiate an object and use an instance method when a class method would suffice?

Swift Design Pattern. Why did they include Any, AnyObject

Functional way to implement strategy pattern

scala design-patterns

Facade pattern combined with observer pattern

c# design-patterns

Singleton with static inner class and double-checked locking

ComperatorFactory using static methods or each in its own class?

How to implement nested fluent interface?

c++ oop design-patterns

DI and repository pattern

How would inheritance be used in MySQL?

What pattern to use in this case (interface implementation)

c# design-patterns

Calling a child object in a parent function

php oop design-patterns