Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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)

QTreeView or QTreeWidget

Polymorphic factory / getInstance() in Java

Suitable Design Pattern for a Simple Chat Application

java design-patterns

How should I model my code to maximize code re-use in this specific situation?

c# .net design-patterns oop