Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

What is MVC and what are the advantages of it? [closed]

JavaScript Classes

Immutable object pattern in C# - what do you think? [closed]

Why use anonymous function? [duplicate]

Can you use a string to instantiate a class?

C++ code for state machine

What C++ idioms should C++ programmers use? [closed]

Abstract factory pattern [closed]

Which GoF Design pattern will be changed or influenced by the introduction of lambdas in Java8?

Actor pattern - what it exactly constitutes

design-patterns actor

Why should the observer pattern be deprecated?

Is violation of DRY principle always bad? [closed]

A way of casting a base type to a derived type

Plugin Architecture in Web Apps (Examples or Code Snippets?)

Accounting Software Design Patterns [closed]

IObservable vs Plain Events or Why Should I use IObservable?

Finding groups of similar strings in a large set of strings

Difference betwen Visitor pattern & Double Dispatch

Should an object write itself out to a file, or should another object act on it to perform I/O?

c# design-patterns oop io

Problems with Singleton Pattern