Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

In domain-driven design, would it be a violation of DDD to put calls to other objects' repostiories in a domain object?

What is this pattern called (helps avoid type casting)?

Composite Strategy pattern - java - How bad is this code?

Are there good UI patterns for designing search forms with many fields? [closed]

Ninject kernel creation inside a class library

Best practice to modularise a large Grails app?

Prototype Design Pattern vs ICloneable

Why should we place interfaces with classes that use them rather than those that implement them?

Choosing an OOP pattern in javascript

Is the DI pattern limiting wrt expensive object creation coupled with infrequent dependency usage?

Where to run a duplicate check for an entity

add method call to each method in a class

c# java design-patterns

Haskell: Design pattern: classes or pass functions

design-patterns haskell

Command Pattern in GOF vs CQRS meanings

How to understand DCI pattern

oop design-patterns dci

Send data in multiple ways depending on how you want to send it

Lazy initialization of dependencies injected into constructor

Is It Incorrect to Make Domain Objects Aware of The Data Access Layer?

OOP best practice: Employee.GetCars() vs Cars.GetByEmployee()

c# design-patterns oop

What exactly is Inversion of Control [duplicate]