Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Factory design pattern - Not use static methods because unit testing is a problem

Domain Model and Service Layer patterns in P of EAA

Using modular design pattern in Javascript with DOM selections

Is this a typical use case for IOC?

Strategies for managing the OpenGL state machine

c++ design-patterns opengl

What Design Patterns are mostly used in Web/Enterprise Applications? [closed]

How to adapt the Singleton pattern? (Deprecation warning)

Java Builder pattern and a "deep" object hierarchy

Why does GoF advise using protected (as opposed to private) virtual methods in a C++ Template Method Pattern implementation?

Design pattern for configurable system

The "Enum as immutable rich-object": is this an anti-pattern?

Detail learning of c++ design patterns [closed]

c++ design-patterns oop

difference between MVP MVC and MVVM

How to hide the internal structure of a Java API to the rest of the world

java api design-patterns

Can DTO's have nested DTO's?

Static methods or Singleton, which one to choose? [closed]

Implementing Visitor Pattern while allowing different return types of functions

Custom class clusters in Swift

Wrapper Classes are not suited for callback frameworks

"Handler" pattern?

c# .net design-patterns