Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Using the Data Mapper Pattern, Should the Entities (Domain Objects) know about the Mapper?

Strategy Design Pattern- choosing between strategies with counters

Haskell Thread Communication Pattern Scenario

"Static methods are death to testability" - alternatives for alternative constructors?

why inheritance is strongly coupled where as composition is loosely coupled in Java? [duplicate]

Singleton Pattern in Multi threaded environment

DAO / repository: Good practice return value after insert / update

Help with "Scalable JavaScript Application Architecture"

Cross Language Standard Libraries? [closed]

Properly implement comparison of two objects with different type but semantically equivalent

Add more behaviour without creating new classes

If I use abstract class instead of interface while implementing factory pattern. Would it still be a factory pattern?

java design-patterns

Is it a good idea to create a custom type for the primary key of each data table?

Multithreading and database connection(s)

.net mysql design-patterns

Common Design for Console and GUI

Location and responsibilities of Main class in MVC pattern

Keep enum-to-object mapping with enum class?

Singleton pattern - Does early binding (with static variables involved) diminish the need of mutex locks?

IOC/DI with 2 classes that implement same interface

Architecture for single page application (JavaScript)