Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Does Dependency Property implement Flyweight Pattern?

How can I avoid repeating a for loop in two different functions

What is the "template method pattern" in cocoa with Object C ? ( Language comparison thinking )

Do forked nodes have to be joined? UML State Diagram

How would you structure Zend_Auth & Zend_Acl in Zend Framework to obey having a Thin Controller?

Is using a circuit breaker approach to handling http 429 responses too much of an overkill

Object-oriented design pattern for object converter

Fat Domain Models => Inefficient?

Code improvement: Better alternatives to this pattern?

c# design-patterns

An object can outlive another ...What does it mean?

c# design-patterns

What is this pattern called?

.net vb.net design-patterns

Why would you simultaneously return from a function and assign to an argument?

c++ design-patterns

Immutable class appropriate when instances are used in a "what-if" tool?

Zend_Framework- Where to Place $_GET and $_POST (HTTP Request) handling?

Implementing a tree in c# managing parent-child

Notify Activity of Network Change - Android