Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Real world example of application of the command pattern

Why classes tend to be defined as interface nowadays?

Realistic use case for static factory method?

How to improve Cyclomatic Complexity?

One big repository vs. many little ones?

EF 4.2 Code First and DDD Design Concerns

Simple Java caching library or design pattern? [closed]

The Observer Pattern - further considerations and generalised C++ implementation

Circular Dependency Solution

Setters AND ( not OR or VS ) builder patterns

How to remove objects from an Enumerable collection in a loop [duplicate]

What objects should you return from the data access layer to the business layer an n-tier system

Why builder should be static inner class?

java design-patterns

Do Discriminated Unions conflict with the Open Close Principle

Data Validation Design Patterns

Open Session In View Pattern

What is the Ghost Design Pattern?

`return $this;` design pattern or anti-pattern?

Conditionally execute block in Ruby if value is not nil? (aka Smalltalk's ifNotNilDo:)

Android Studio navigation drawer like Gmail app