Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Implementing the value object pattern in D

Clear Singleton instance in Java

Does the Facade pattern violate SRP?

nodejs auto refresh view after database updates

How to merge two functions with same conditions?

c++ design-patterns

Replacing if else statement with any design pattern or better approach

c# oop design-patterns

Should we save/update models in repository pattern?

Choosing the right subclass to instantiate programmatically

C++ OOP: Which functions to put into the class?

c++ design-patterns

Rewriting a conditional statement in Java

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