Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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++

What is the difference between Builder Pattern and Flyweight Pattern?

State Pattern C# with previous states

Humble dialog vs MVC

What design patterns should I apply in application with database access

Clearing doubts about the builder pattern

Observer Pattern abstract vs interface