Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

The composite pattern/entity system and traditional OOP

Mapping SQL View to JPA Entity

Command Pattern seems needlessly complex (what am I failing to understand?)

Head First Design Patterns vs Head First Object Oriented Analysis and Design [closed]

How to name this key-oriented access-protection pattern?

Is it right having ViewControllers with a lots of code?

Dependency Injection: pulling required components when they are actually needed

Abstract class as parcelable

Undo for a paint program

Repository pattern - how to correctly handle JOINs and complex queries?

How to Design a generic business entity and still be OO?

methods in DDD entities vs services

what is MVVM, and should we use it? [closed]

Use a LIKE clause in part of an INNER JOIN

Java Singleton Design Pattern : Questions

how can i use switch statement on type-safe enum pattern

Creation of Objects: Constructors or Static Factory Methods

Observable<void> usage pattern in Typescript

Why do we need service layer?

Best practices for multi-form applications to show and hide forms? [closed]