Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Progressive Disclosure in C++ API

c++ api design-patterns

Parent element in child class

c# design-patterns

How to adapt to changes in API

What is the Best Way to Return Errors from Business Logic or Application?

Does it makes sense to use state pattern with virtual proxies?

Pattern for saving and writing to different file formats

design-patterns file-io

Best practice when you need two user controls (winforms) to communicate

PHP Patterns - Service/Model/Mapper/Dao Examples?

php design-patterns

XSD pattern to match a priority order of comma separated words

xsd design-patterns

Which of these examples represent correct use of DDD?

Static members class vs. normal c-like interface

Service layer = Application layer = GRASP Controller layer [closed]

What is a decent way of injecting a dependency to a singleton class?

Is there a standard design pattern for ExtJS

Design pattern for a base controller with dependecy injection - MVC 3 + Ninject

Bridge Pattern - benefit of compilation in Java?

Factory methods and private variables