Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Returning a "NULL reference" in C++?

Why should I use the command design pattern while I can easily call required methods? [closed]

CodeIgniter: Decision making for creating of library & helper in CodeIgniter

Refactoring Singleton Overuse

c# .net design-patterns oop

Is there such a thing as a manager design pattern?

design-patterns

How to use state pattern correctly?

Data Pull vs. Push OOP Approach

Singleton httpclient vs creating new httpclient request

What specific issue does the repository pattern solve?

Does a definitive list of design patterns exist? [closed]

design-patterns

What is the difference between Strategy pattern and Visitor Pattern?

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?