Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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?

Why decorator is a structural and not behavioral design pattern?

How do I tear down observer relationship in multithreaded C++?

Is there a way to derive from a class with an internal constructor?

Designing a general database interface in PHP

php mysql design-patterns

Reference counting in Java

How to Produce prototype objects from singleton? (Design help needed)

Architecture: Best practices for manipulating models without polluting the POJOs? And without repeating boiler-plate code everywhere [closed]

Is mixin considered a design pattern?

design-patterns mixins

Is the Repository Pattern the same as the Asp.net Provider Model?

Fill rectangle with pattern in Java Swing

Using Service as singleton in Android