Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Which namespace does a factory class belong?

Building a mutliplayer game site

Java interface and abstract class issue

Ocaml: Bad style, all clauses in this pattern-matching are guarded

May __init__ be used as normal method for initialization, not as constructor?

Static classes in c#

why my separation of concerns Database/Business objects/Web service, makes me write more code?

MVP (Model View Presenter) or MVC (Model View Controller)

Should we remove tests that are too simple to break during TDD

Dealing with the lack of closures in Objective-C

Is this a design pattern - returning this from setters?

c++ design-patterns

How to unit test Singleton class - C++?

c++ oop design-patterns

Design Patterns with Actors

Industrial-strength n-ton base class template

Python borg pattern problem

python design-patterns

Question about non-static members of a singleton (C#)

Purpose of Dispose calling Dispose(IsDisposing) pattern in C#?

C#: using type of "self" as generic parameter?

What should I learn first before heading to C++? [closed]

What is Inversion of Control? How does that relate to dependency injection? [duplicate]