Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Do Guice @Singleton have to follow the Singleton design pattern?

Polymorphism with Spark / Scala, Datasets and case classes

Would you consider this a singleton/singleton pattern?

asp.net design-patterns

Writing a method based on the value of an enumeration without falling into a code smell

design-patterns

Is this Command Pattern Thread-safe?

Which design pattern should I use for this?

c# design-patterns

Choose inheritance or interface to implement design pattern in Java?

java design-patterns

Traditional MVC design pattern

Design decision - Factory vs Observer Pattern

c# design-patterns

Java architectural class design for a real world scenario

Answer object and Object Oriented Design

java oop design-patterns

Ruby on Rails API: computed attribute pattern best practice

How to wrap several boolean flags into struct to pass them to a function with a convenient syntax

Segmentation fault when using a shared_ptr

How can one easily implement the interface of an aggregated object? (language independent)

c# java oop design-patterns dry

A way around instantiating sub classes in super class

Maximum number of states in State Pattern

Dependency Injection and initialization methods

How design tcp communication with different design patterns?