Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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

Service model vs Extender model? [closed]

java design-patterns osgi

Design patterns that can replace if statements

What is a good design to add an "all" option to an enum in C++?

MVC: pass model / model data to a view from a controller?

Simple C++ logger by using singleton pattern

Wrappers/law of demeter seems to be an anti-pattern