Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Best way to use StructureMap to implement Strategy pattern

Best design pattern to use: adapter or facade

PHP: Creating Extensible CMS System [closed]

Pattern for Creating Recurring Events

design-patterns

Best practice for validating input data for multi-tier application [closed]

MVC3 Design - repository pattern and services layer [closed]

using the command and factory design patterns for executing queued jobs

Factory Design Pattern - Why Interface necessary?

Coupling is too high - how to design this class better?

design-patterns coupling

When to use which pattern? [closed]

android.util.Log when publishing - what can I do / not do

implement an interface but with different members names

c# .net design-patterns

Android custom brush pattern/image

Applying different time period Groupings to a set of data

How can I parameterise my Haskell functions?

Android MVP - should an Activity be a View or Presenter?

android design-patterns mvp

Best design pattern for multiple if statements in an interface implementation

How to emulate __destruct() in a static class?

Credit system: history based or balance based?

Parallel Programming and C++