Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Where to put Entity Framework Data Model in MVC application?

Are android adapters an example of Adapter Design pattern?

A Strategy against Policy and a Policy against Strategy

How to do a PHP nested class or nested methods?

JavaScript Namespace

Custom Java query class (DSL): Builder pattern, static imports or something else for complex queries?

Decorator functions in Go

Dependency Injection - What to do when you have a lot of dependencies?

When do you decide to use a visitors for your objects?

Law of Demeter with data model objects

Is a switch statement applicable in a factory method? c#

Entity Framework + Repository + Unit of Work

How to automatically register a class on creation

c++ design-patterns idioms

Multiple Aggregates / Repositories in one Transaction

Example of Builder Pattern in Java API?

Can aggregate root reference another root?

Is it correct to access the DAO layer from the Controller layer? [closed]

How you would you describe the Observer pattern in beginner language?

PHP Builder pattern without inner classes

php design-patterns builder

Why is enum the best implementation for a singleton?