Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Proper Architecture for Application-Level Collections

Is this Simple Factory violating the Open Closed Principle?

inject model in laravel controllers constructor

TypeScript pattern to pass options while creating singleton instance

Should MVC Controller be in separate DLL?

The Model-Repository-Service-Validator-View-ViewModel-Controller design pattern (?)

Injecting dependencies into tests

C++ interpreter conceptual problem

MVC: What's better, one large repository per db or one per business entity?

How do you write a magic file test pattern to match the end of a file?

Including partial views when applying the Mode-View-ViewModel design pattern

c# wpf design-patterns mvvm

Is Something-Aware a design pattern?

java design-patterns

What is the difference between inheritance and composition?

oop design-patterns

Initializing instance variables in iPhone Development / Objective-C

Is using a singleton as a data manager class bad?

Retaining trait individualities while mixing them in

How can I have a behavior-rich domain entity that adheres to Open-Closed Principle?

If SqlDataAdapter uses a data reader internally, why do people say that using a SqlDataReader is faster?

Activity based permissions with Backbone, API design ideas?

Alternatives to passing a pointer to yourself to objects you own