Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

What Design Pattern to use to implement transaction or chaining mechanism

java c# design-patterns

Implementing a S.O.L.I.D Domain Object Model in the following project

Builder pattern with nested objects

Confusing term Interactors in Clean Architecture

where to put the validate logic? In Service or Repository?

Does this Java Strategy pattern have a redundant Context class?

How much logic should be in your domain model objects

Explain "Active-object" pattern

Is it wrong to have static and non-static methods in the same class?

java design-patterns static

what's the difference between the patterns Strategy, Visitor and Template Method?

When NOT to use MVVM?

wpf design-patterns mvvm

django models = business logic + data access? Or data access layer should be separated out from django model?

Why are CRUD operations so bad in a SOA design?

design-patterns soa crud

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