Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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

Singleton Properties

Single Responsibility Principle(SRP) and class structure of my rpg looks "weird"

Which is the better C# class design for dealing with read+write versus readonly

boost::asio and Active Object