Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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

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++?