Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

JQuery web application design patterns

State design pattern User Interface

C++ Design Pattern for allocator type arguments

Real time detection of peaks of frequency of events

Pattern for request-response flow with inner classes

What is the correct way to set up my classes in OOP programming in PHP? [closed]

In good OOP principle, should a nodeView ask to be added to a tree, or should a tree add the nodeView?

ios oop design-patterns

Using Scala to implement a domain layer spanning a range of java based services

Using DAOs with composite Objects

String Manipulation or Recursive Function?

participant pattern in design patterns?

Advice Design Pattern to add multiple fees and item wise list

design-patterns

Memory efficient way to store many small objects

c# design-patterns

Command design pattern - allow different concrete commands to return different types

Use of UIViewController for UITableView tableHeaderView

Is it necessary to use a singleton CLLocationManager to avoid waiting for the device location to update?

design pattern for streaming protoBuf messages

Abstract class implementing interface and aggregating mutliple implementations of same interface. Is there a pattern (name) for it?

java oop design-patterns

Financial Account pattern implementation in Clojure: ref or agent?

How to manage ViewModel changes in a CQRS + Event Sourcing Architecture