Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

What design approach to take when showing a list of heterogeneous items

java oop design-patterns

Trying to implement (understand) the Decorator pattern in php

php design-patterns

Design/Implementation advice on XML Parsing with multiple connections/feeds/views

What is the use of qGetPtrHelper in this example?

c++ qt design-patterns

makefile patternrule with further wildcards in target file name

Factory Method VS Factory Object [duplicate]

what's the advantage of factory pattern? [duplicate]

design-patterns

Which software design patterns do common GUI frameworks exhibit?

Is there any class in Java similar to android.os.Handler in Android?

Domain Event pattern implementation in Java?

How to create and set a polymorphic property?

Using a domain model incorporated with a State pattern

Late static binding

php oop design-patterns

Breaking BLL (Business Logic Layer) to BLL and DAL (Data Access Layer)

vb.net design-patterns

Best design pattern for a conditional booking system

c# oop design-patterns

AngularJS "headers" in ng-repeat

Is a check like isInUnitTest() an antipattern?

A design pattern to disable event handling

c# wpf design-patterns

How to implement Decorator pattern for Android views

Facade pattern vs. SRP