Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Best way to build a factory

Command object pattern wannabe or the real thing?

c# design-patterns

Method to limit potential values of an Enum

java oop design-patterns enums

How to subclass a Singleton in PHP?

Where should class Interfaces be placed in a .NET class library? [closed]

Card Game Player Class OOP Design

java oop design-patterns

Static variables with John Resig's simple class pattern?

Is this bad OO programming? Passing this down through methods

.NET event raising and NullObject pattern

c# .net events design-patterns

Javascript: Callback in constructor

Good design pattern(s) for extensible program [closed]

Adding Functionality To An Object Without Changing The Interface

c++ design-patterns c++11

Rails: replacing try with the Null Object Pattern

Game Design MVC - Controller Architecture

Conflict between separating logic and polymorphism

java oop design-patterns

Custom UIView for an UIViewController in Swift

Lambda implementing Interface

c# design-patterns

Java - correct way to delegate methods

Injecting a dependency having constructor parameters in common with the higher level class

DDD aggregates vs GoF's facade