Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Good practice for choosing an algorithm randomly with c++

Encapsulating a service call within an domain object method

Using multiple decorators to add functionality to an object?

Java EE 6 Design Patterns

Decorator Pattern with decorator specific methods in Java

Desing patterns with using EntityFramework?

Make a NullObject evaluate to falsy in Ruby

ruby design-patterns

Inversion of Control with PHP

Factory to create different objects of same interface

Specializing method arguments in subclasses in Java

Is there anything inherently wrong with long object invocation chains? [closed]

Java MVC - Doesn't feel like I get it

Is the Non-Virtual Interface (NVI) idiom as useful in C# as in C++?

Factory Design Pattern (needing critique)

lua variable in pattern match

separation of concerns vs loose coupling

Meaning of granularity in OOP [closed]

Overload of pure virtual function

Java object, changed fields listener, design-pattern

java design-patterns

Polymorphic Enums for state handling