Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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

Objective-C design pattern for managing observers

Linux/Unix Replacing a pattern in a string and saving to a new file with sed

linux design-patterns sed

In the strategy pattern can the strategy take the Context as parameter

Interfaces (interface/abstract class) are not abstractions?

What's the "functional way" to avoid passing state-choosing context down the call stack?