Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Javascript immediately invoked function patterns

Where is the benefit in using the Strategy Pattern?

If I have limited time to learn a few design patterns, which ones should I learn?

design-patterns oop

What is the best way to marshall data in/out of the plug-ins?

What is a proper implementation of the IAsyncResult interface?

Advice on POCO Validation with ASP.NET MVC/Entity Framework

C++ design, how to represent different stages of a protocol with objects

c++ design-patterns

Where do operations on models belong in Application Design Patterns?

To what extent modern C++ obviate the need for design patterns? [closed]

c++ design-patterns

Implementing the Producer/Consumer Pattern in C#

Looking for ideas how to refactor my algorithm

DDD: Where to put persistence logic, and when to use ORM mapping

Designing a questiion-and-answer system that is flexible and efficient

(Entity-Control-Boundary pattern) -> How to deal with two entities?

Automatic generation of immutable class and matching builder class

What design pattern can I use to emulate traits / mixins in PHP?

php design-patterns traits

Unable to understand need to make Process.java abstract

java design-patterns

Design Pattern to track partial results of a complex process

Why doesn't Closure Compiler recognize type declarations inside a self-executing anonymous function?

Best way to hide/disable GUI elements based on user's privilege?